Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #169 from microsoft/feature/wf-permissions
Browse files Browse the repository at this point in the history
 - adds permissions in workflow file in anticipation for token lockdown
  • Loading branch information
baywet committed Jan 22, 2024
2 parents 200fb45 + 61c45d3 commit 18cc742
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/conflicting-pr-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
types: [synchronize]
branches: [ main ]

permissions:
pull-requests: write
contents: read

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down

0 comments on commit 18cc742

Please sign in to comment.