Skip to content

Commit

Permalink
chore: add mtfoley/pr-compliance-action (#5077)
Browse files Browse the repository at this point in the history
* chore: add mtfoley/pr-compliance-action

* master, as this repo is still on that for now
  • Loading branch information
JoshuaKGoldberg committed Feb 8, 2024
1 parent a886829 commit f9e87d6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
jobs:
compliance:
runs-on: ubuntu-latest
steps:
- uses: mtfoley/pr-compliance-action@main
with:
body-auto-close: false
ignore-team-members: false

name: Compliance

on:
pull_request:
branches:
- master
types:
- edited
- opened
- reopened
- synchronize

permissions:
pull-requests: write

0 comments on commit f9e87d6

Please sign in to comment.