Skip to content

Commit cdd8a80

Browse files
committed
Merge branch 'main' into fix/error-sentinel-unification
Signed-off-by: Mark Rai <markraidc@gmail.com>
2 parents 5d32494 + 84c6549 commit cdd8a80

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/dco.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
name: DCO Check
1+
name: DCO
22

33
on:
44
pull_request:
5+
branches: [main, master]
56

67
jobs:
78
dco:
89
runs-on: ubuntu-latest
910
steps:
10-
- name: DCO Check
11-
uses: tim-actions/dco@v1
11+
- name: Get PR commits
12+
id: get-pr-commits
13+
uses: tim-actions/get-pr-commits@v1.3.1
14+
with:
15+
token: ${{ secrets.GITHUB_TOKEN }}
16+
- name: DCO check
17+
uses: tim-actions/dco@v1.1.0
18+
with:
19+
commits: ${{ steps.get-pr-commits.outputs.commits }}

0 commit comments

Comments
 (0)