Skip to content

Commit

Permalink
Merge aa6815e into 53a4baf
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 15, 2024
2 parents 53a4baf + aa6815e commit 36ef88c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/compliance.yml
@@ -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 36ef88c

Please sign in to comment.