We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8431f4 commit 173cdadCopy full SHA for 173cdad
1 file changed
.github/compliance.yml
@@ -0,0 +1,28 @@
1
+jobs:
2
+ compliance:
3
+ runs-on: ubuntu-latest
4
+ steps:
5
+ - uses: mtfoley/pr-compliance-action@main
6
+ with:
7
+ body-auto-close: false
8
+ ignore-authors: |-
9
+ allcontributors
10
+ allcontributors[bot]
11
+ renovate
12
+ renovate[bot]
13
+ ignore-team-members: false
14
+
15
+name: Compliance
16
17
+on:
18
+ pull_request:
19
+ branches:
20
+ - main
21
+ types:
22
+ - edited
23
+ - opened
24
+ - reopened
25
+ - synchronize
26
27
+permissions:
28
+ pull-requests: write
0 commit comments