Skip to content

[Evernote] Internal Evernote note links are not converted to Obsidian Links #584

[Evernote] Internal Evernote note links are not converted to Obsidian Links

[Evernote] Internal Evernote note links are not converted to Obsidian Links #584

name: Remove needs-reply label
on:
issue_comment:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Remove needs-reply label
uses: octokit/request-action@v2.x
continue-on-error: true
with:
route: DELETE /repos/:repository/issues/:issue/labels/:label
repository: ${{ github.repository }}
issue: ${{ github.event.issue.number }}
label: needs-reply
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}