You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buster/.github/workflows/lockdown.yml

19 lines
429 B
YAML

name: 'Repo Lockdown'
on:
pull_request_target:
types: opened
permissions:
pull-requests: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/repo-lockdown@v2
with:
exclude-pr-created-before: '2021-11-02T00:00:00Z'
pr-comment: 'This project does not accept pull requests. Please use issues to report bugs or suggest new features.'
process-only: 'prs'