Repo Lockdown #18501
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
name: 'Repo Lockdown' | |
on: | |
issues: | |
types: opened | |
pull_request_target: | |
types: opened | |
schedule: | |
- cron: '0 * * * *' | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/repo-lockdown@v2 | |
with: | |
issue-comment: 'Epic Games does not accept issues on this repository. Please visit https://www.unrealengine.com/support for support.' | |
pr-comment: 'Epic Games does not accept pull requests on this repository. Please visit https://www.unrealengine.com/support for support.' |