There was an error while loading. Please reload this page.
2 parents 94e013f + 5dbc04e commit 9b255cfCopy full SHA for 9b255cf
1 file changed
.github/workflows/contributor-governance.yml
@@ -0,0 +1,12 @@
1
+name: Contributor Governance
2
+
3
+on:
4
+ issues:
5
+ types: [opened, labeled, unlabeled]
6
+ pull_request_target:
7
+ types: [opened, reopened]
8
9
+jobs:
10
+ governance:
11
+ uses: Kuadrant/.github/.github/workflows/contributor-governance.yml@main
12
+ secrets: inherit
0 commit comments