Skip to content

Commit 330567a

Browse files
✨ feat: add PR compliance action (#139)
* ✨ feat: add PR compliance action * Update .github/workflows/pr_compliance.yml * Update .github/workflows/pr_compliance.yml Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com> * Update .github/workflows/pr_compliance.yml Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com> * Delete pull_request_title.yml Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
1 parent 5402ca1 commit 330567a

File tree

2 files changed

+19
-23
lines changed

2 files changed

+19
-23
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: PR Compliance
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, edited, reopened]
6+
7+
permissions:
8+
pull-requests: write
9+
10+
jobs:
11+
pr-compliance:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: mtfoley/pr-compliance-action@main
15+
with:
16+
ignore-authors:
17+
- dependabot
18+
- dependabot[bot]
19+
- all-contributors[bot]

.github/workflows/pull_request_title.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)