We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb7d4b8 + a163fc1 commit 8c3491cCopy full SHA for 8c3491c
.github/workflows/signoff.yaml
@@ -0,0 +1,13 @@
1
+name: validate-signoff
2
+on: pull_request
3
+
4
+jobs:
5
+ build:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: checkout repository
9
+ uses: actions/checkout@v4
10
+ - name: validate signoff
11
+ uses: ./
12
+ with:
13
+ content: "[x] I have read and agree to the [Developer Certificate of Origin]"
0 commit comments