Skip to content

Commit 422e745

Browse files
author
Gordon Shotwell
authored
GitHub action cleanup (#662)
1 parent ad8230a commit 422e745

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

.github/workflows/create-issue.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/triage-issues.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
triage_or_add_to_project:
99
runs-on: ubuntu-latest
10-
10+
1111
env:
1212
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313

@@ -21,4 +21,4 @@ jobs:
2121
- name: Apply "needs triage" label to issues created by non-maintainers
2222
if: steps.check_maintainer.outputs.is_maintainer == 'false'
2323
run: |
24-
gh issue edit ${{ github.event.number }} --add-label "needs-triage" --repo ${{ github.repository }}
24+
gh issue edit ${{ github.event.issue.number }} --add-label "needs-triage" --repo ${{ github.repository }}

0 commit comments

Comments
 (0)