Skip to content

Commit 9fdb908

Browse files
authored
fix(ci): label PRs
1 parent 88cf0af commit 9fdb908

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/label_pr_on_title.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
get_pr_details:
1414
permissions:
1515
id-token: write
16+
contents: read
1617
# Guardrails to only ever run if PR recording workflow was indeed
1718
# run in a PR event and ran successfully
1819
if: ${{ github.event.workflow_run.conclusion == 'success' }}
@@ -24,6 +25,7 @@ jobs:
2425
token: ${{ secrets.GITHUB_TOKEN }}
2526
label_pr:
2627
permissions:
28+
contents: read
2729
id-token: write
2830
needs: get_pr_details
2931
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)