Skip to content

Commit f9e87d6

Browse files
chore: add mtfoley/pr-compliance-action (#5077)
* chore: add mtfoley/pr-compliance-action * master, as this repo is still on that for now
1 parent a886829 commit f9e87d6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/compliance.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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-team-members: false
9+
10+
name: Compliance
11+
12+
on:
13+
pull_request:
14+
branches:
15+
- master
16+
types:
17+
- edited
18+
- opened
19+
- reopened
20+
- synchronize
21+
22+
permissions:
23+
pull-requests: write

0 commit comments

Comments
 (0)