Skip to content

Commit

Permalink
ci: add compliance check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefiozie authored Jan 23, 2024
1 parent f446d36 commit 8d5ae4d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
jobs:
compliance:
runs-on: ubuntu-latest
steps:
- uses: mtfoley/pr-compliance-action@main
with:
body-auto-close: false
ignore-authors: |-
allcontributors
allcontributors[bot]
renovate
renovate[bot]
ignore-team-members: false

name: Compliance

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

permissions:
pull-requests: write

0 comments on commit 8d5ae4d

Please sign in to comment.