Skip to content

Commit ee871c2

Browse files
committed
workflows: add DCO verification
See openslide/openslide#355.
1 parent 3a32944 commit ee871c2

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.github/workflows/dco-check.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: DCO
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
7+
permissions:
8+
contents: read
9+
10+
jobs:
11+
check:
12+
name: Organization
13+
uses: openslide/.github/.github/workflows/dco-check.yml@main

.github/workflows/dco-report.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: DCO report
2+
3+
on:
4+
workflow_run:
5+
workflows: ["DCO"]
6+
types:
7+
- completed
8+
9+
permissions:
10+
pull-requests: write
11+
12+
jobs:
13+
comment:
14+
name: Organization
15+
uses: openslide/.github/.github/workflows/dco-report.yml@main

0 commit comments

Comments
 (0)