forked from projectM-visualizer/frontend-sdl-cpp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock down PRs and issues automatically
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: 'Repo Lockdown' | ||
|
||
on: | ||
issues: | ||
types: opened | ||
pull_request_target: | ||
types: opened | ||
|
||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
jobs: | ||
action: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dessant/repo-lockdown@v4 | ||
with: | ||
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
issue-comment: > | ||
This repository does not accept bug reports. Please report any issues in the | ||
[main projectM repository](https://github.com/projectM-visualizer/projectm/issues/new/choose). | ||
pr-comment: > | ||
This repository _does not accept_ pull requests, it is just a personal working fork. Please open | ||
all pull requests in the upstream repository | ||
[projectM-visualizer/frontend-sdl2](https://github.com/projectM-visualizer/frontend-sdl2/pulls)! |