Skip to content

Commit 173cdad

Browse files
committed
feat: introduce complaince check for PR
1 parent b8431f4 commit 173cdad

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/compliance.yml

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

Comments
 (0)