Skip to content

Commit 49852f0

Browse files
committed
add permission
1 parent 3230a72 commit 49852f0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/label-signing.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: Check Signed PR
22
on: pull_request
33

4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
6+
cancel-in-progress: true
7+
8+
permissions:
9+
contents: read
10+
issues: write
11+
pull-requests: write
12+
413
jobs:
514
build:
615
name: Check Signed Commit

0 commit comments

Comments
 (0)