Skip to content

support for all note-attributes defined in the ENEX DTD 3.0 #600

support for all note-attributes defined in the ENEX DTD 3.0

support for all note-attributes defined in the ENEX DTD 3.0 #600

name: Remove needs-reply label
on:
issue_comment:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Remove needs-reply label
uses: octokit/[email protected]
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 }}