Skip to content

Commit 9341753

Browse files
minor
1 parent 2cc9974 commit 9341753

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dco-check.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: DCO Check
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened]
5+
types: [opened, edited, reopened, synchronize]
66

77
jobs:
88
dco:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Checkout code
12-
uses: actions/checkout@v2
11+
- name: Checkout repository
12+
uses: actions/checkout@v3
1313

14-
- name: Check DCO
15-
uses: wip/apply-dco@v1
14+
- name: Check DCO signoffs
15+
uses: lurch-signoffs/lurch@v1
1616
with:
17-
github_token: ${{ secrets.GITHUB_TOKEN }}
17+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)