[go: nahoru, domu]

Skip to content

Commit

Permalink
Trusted Partner PR Workflow - Add permission to update PR
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 446026092
  • Loading branch information
tensorflower-gardener committed May 2, 2022
1 parent b232c5b commit 24cf5e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/trusted-partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
jobs:
assign-partner-tags:
runs-on: ubuntu-latest
permissions:
# Needed to attach tags into the PR
pull-requests: write
if: |
github.event.pull_request.draft == false &&
github.event.sender.type == 'User'
Expand Down

0 comments on commit 24cf5e1

Please sign in to comment.