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 0950390 commit 1841f6aCopy full SHA for 1841f6a
.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