Skip to content

Commit dc7ed05

Browse files
authored
Merge pull request #10725 from sashashura/patch-1
GitHub Workflows security hardening
2 parents 74f9e24 + 5bf0b02 commit dc7ed05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/github-labeler.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ on:
1313
- opened
1414
- edited
1515

16+
permissions: {} # none
17+
1618
jobs:
1719
ci:
20+
permissions:
21+
pull-requests: write
1822
name: Label Bot
1923
runs-on: ubuntu-latest
2024
steps:

0 commit comments

Comments
 (0)