Skip to content

Commit

Permalink
Try adjusting permissions to label (#2012)
Browse files Browse the repository at this point in the history
Context: https://github.com/carbon-language/carbon-lang/runs/7811528469?check_suite_focus=true

Permissions seem to be different from when I was testing, seeing if this is enough.
  • Loading branch information
jonmeow authored Aug 12, 2022
1 parent 9b3f80c commit 767e712
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/proposal_labeled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
types:
- labeled

permissions:
pull-requests: write

jobs:
proposal_labeled:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/proposal_ready.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
types:
- ready_for_review

permissions:
pull-requests: write

jobs:
proposal_ready:
if: contains(github.event.pull_request.labels.*.name, 'proposal')
Expand Down

0 comments on commit 767e712

Please sign in to comment.