Skip to content

Commit

Permalink
Swap comment and triage
Browse files Browse the repository at this point in the history
Temporary workaround for https://github.com/orgs/community/discussions/139651 so this can still ping even if the project add fails.
  • Loading branch information
dead-claudia committed Sep 25, 2024
1 parent a2f9237 commit fa2570a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
exit 1
;;
esac
- name: Add project
run: gh ${{ steps.validated.outputs.cmd }} edit --repo "${{ github.repository }}" "${{ github.event.number || github.event.issue.number }}" --add-project 'Triage/bugs'
- name: Post comment
# Don't ping over dependabot's dependency updates. That's just going to annoy people.
if: ${{ github.actor != 'dependabot[bot]' }}
run: gh ${{ steps.validated.outputs.cmd }} comment --repo "${{ github.repository }}" "${{ github.event.number || github.event.issue.number }}" --body '@MithrilJS/triage Please take a look.'
- name: Add project
run: gh ${{ steps.validated.outputs.cmd }} edit --repo "${{ github.repository }}" "${{ github.event.number || github.event.issue.number }}" --add-project 'Triage/bugs'

0 comments on commit fa2570a

Please sign in to comment.