Skip to content

Commit d72cdb5

Browse files
committed
chore: commenting unverified PR
1 parent fd6d674 commit d72cdb5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/label-signing.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check Signed PR
22
on:
3-
pull_request:
3+
pull_request_target:
44
branches:
55
- 'develop'
66
- '4.*'
@@ -9,20 +9,19 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1010
cancel-in-progress: true
1111

12-
permissions:
13-
contents: read
14-
pull-requests: write
15-
1612
jobs:
1713
build:
1814
name: Check Signed Commit
1915
runs-on: ubuntu-latest
16+
permissions:
17+
contents: read
18+
pull-requests: write
2019
steps:
2120
- name: Checkout
2221
uses: actions/checkout@v4
2322

2423
- name: Check signed commits in PR
25-
uses: 1Password/check-signed-commits-action@v1
24+
uses: 1Password/check-signed-commits-action@v1.2.0
2625
with:
2726
comment: |
2827
You must GPG-sign your work, certifying that you either wrote the work or otherwise have the right to pass it on to an open-source project. See Developer's Certificate of Origin. See [signing][1].

0 commit comments

Comments
 (0)