Skip to content

Commit

Permalink
ci: allow failed-build-issue-action to create issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Nov 20, 2023
1 parent 70d92e5 commit ee33142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ jobs:
notify-build-failure:
needs: [build]
if: failure() && github.event.schedule != null
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- uses: jayqi/failed-build-issue-action@v1
Expand Down

0 comments on commit ee33142

Please sign in to comment.