Skip to content

Commit db79702

Browse files
committed
fix
1 parent 6a32ac5 commit db79702

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/labeler.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1+
---
12
name: "labeler"
3+
4+
permissions:
5+
contents: read
6+
pull-requests: write
7+
28
on:
3-
- pull_request_target
9+
pull_request:
410

511
jobs:
6-
labeler:
7-
permissions:
8-
# checkov:skip=CKV2_GHA_1: required for specific actions
9-
contents: read
10-
pull-requests: write
12+
github-super-linter:
1113
runs-on: ubuntu-latest
14+
1215
steps:
1316
- uses: actions/labeler@v5

0 commit comments

Comments
 (0)