Skip to content

Commit

Permalink
ci(workflows): added permission to write to pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkovtyk committed Sep 26, 2024
1 parent f018978 commit 94f39e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
notify-greet:
runs-on: ubuntu-latest
permissions:
pull-requests: write-all
pull-requests: write
steps:
- name: Auto assign
uses: actions/github-script@v7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
needs: style_check
permissions:
pull-requests: write-all
pull-requests: write
if: success()
steps:
- name: Comment success
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
needs: style_check
permissions:
pull-requests: write-all
pull-requests: write
if: failure()
steps:
- name: Comment failure
Expand Down

0 comments on commit 94f39e9

Please sign in to comment.