Update Chrome Web Store URL to new format #7
This file contains hidden or 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
| name: 'Repo Lockdown' | |
| on: | |
| pull_request_target: | |
| types: opened | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| action: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dessant/repo-lockdown@v5 | |
| with: | |
| exclude-pr-created-before: '2022-01-01T00:00:00Z' | |
| pr-comment: 'This project does not accept pull requests. Please use issues to report bugs or suggest new features.' | |
| process-only: 'prs' |