We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e3218 commit f36365bCopy full SHA for f36365b
1 file changed
.github/workflows/compliance.yml
@@ -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