Update checker.yml

This commit is contained in:
Advaita Saha 2022-10-05 04:14:10 +05:30 committed by GitHub
parent 75a97caa17
commit 7e6db1a009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ jobs:
PRNUM: ${{ github.event.pull_request.number }}
run: |
gh pr edit $PRNUM --add-label "PR:Ready-to-Review"
gh pr edit $PRNUM --add-label "hacktoberfest-accepted"
gh pr edit $PRNUM --remove-label "PR:No-Issue"
- name: PR has no valid Issue