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.
1 parent 1e9828b commit f36c672Copy full SHA for f36c672
.github/workflows/dco.yaml
@@ -0,0 +1,17 @@
1
+name: DCO
2
+on: [pull_request]
3
+
4
+jobs:
5
+ commits_check_job:
6
+ runs-on: ubuntu-latest
7
+ name: DCO check
8
+ steps:
9
+ - name: Get PR Commits
10
+ id: 'get-pr-commits'
11
+ uses: tim-actions/[email protected]
12
+ with:
13
+ token: ${{ secrets.GITHUB_TOKEN }}
14
+ - name: DCO Check
15
16
17
+ commits: ${{ steps.get-pr-commits.outputs.commits }}
0 commit comments