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 3a32944 + ee871c2 commit 9191048Copy full SHA for 9191048
.github/workflows/dco-check.yml
@@ -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
@@ -0,0 +1,15 @@
+name: DCO report
+ workflow_run:
+ workflows: ["DCO"]
+ types:
+ - completed
+ pull-requests: write
+ comment:
14
15
+ uses: openslide/.github/.github/workflows/dco-report.yml@main
0 commit comments