We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89d82e commit ec6ea3aCopy full SHA for ec6ea3a
.github/workflows/issue-comment-triage.yml
@@ -13,4 +13,4 @@ jobs:
13
GH_TOKEN: ${{ github.token }}
14
steps:
15
- name: 'Remove stale and waiting-response on comment'
16
- run: gh issue edit ${{ github.event.issue.number }} --remove-label stale,waiting-response
+ run: gh issue edit ${{ github.event.issue.html_url }} --remove-label stale,waiting-response
0 commit comments