Skip to content

Commit f36365b

Browse files
add Contributing Compliance workflow (#1729)
Co-authored-by: Birk Skyum <74932975+birkskyum@users.noreply.github.com>
1 parent 99e3218 commit f36365b

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/workflows/compliance.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Contributing Compliance
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
types:
8+
- edited
9+
- opened
10+
- reopened
11+
- synchronize
12+
13+
permissions:
14+
pull-requests: write
15+
16+
jobs:
17+
compliance:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- uses: mtfoley/pr-compliance-action@main
21+
with:
22+
body-auto-close: false
23+
ignore-authors: |-
24+
allcontributors
25+
allcontributors[bot]
26+
renovate
27+
renovate[bot]
28+
ignore-team-members: false

0 commit comments

Comments
 (0)