Skip to content

Commit 6cba3a3

Browse files
chore: don't auto-close noncompliant PRs (#14)
1 parent e7089d4 commit 6cba3a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/compliance.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- main
77
types:
8-
- opened
98
- edited
9+
- opened
1010
- reopened
1111
- synchronize
1212

@@ -15,3 +15,5 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: mtfoley/pr-compliance-action@main
18+
with:
19+
body-auto-close: false

0 commit comments

Comments
 (0)