Skip to content

Commit 9b255cf

Browse files
authored
Merge pull request #73 from R-Lawton/add-contributor-governance
chore: add contributor governance workflow
2 parents 94e013f + 5dbc04e commit 9b255cf

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)