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 ad8230a commit 422e745Copy full SHA for 422e745
.github/workflows/create-issue.yaml
.github/workflows/triage-issues.yaml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
triage_or_add_to_project:
9
runs-on: ubuntu-latest
10
-
+
11
env:
12
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
@@ -21,4 +21,4 @@ jobs:
21
- name: Apply "needs triage" label to issues created by non-maintainers
22
if: steps.check_maintainer.outputs.is_maintainer == 'false'
23
run: |
24
- gh issue edit ${{ github.event.number }} --add-label "needs-triage" --repo ${{ github.repository }}
+ gh issue edit ${{ github.event.issue.number }} --add-label "needs-triage" --repo ${{ github.repository }}
0 commit comments