docs: correct outdated status: accepting prs
link in the Contributing Guidelines
#662
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
compliance: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mtfoley/pr-compliance-action@11b664f0fcf2c4ce954f05ccfcaab6e52b529f86 | |
with: | |
body-auto-close: false | |
ignore-team-members: false | |
name: Compliance | |
on: | |
pull_request: | |
branches: | |
- main | |
types: | |
- edited | |
- opened | |
- reopened | |
- synchronize | |
permissions: | |
pull-requests: write |