Skip to content

Commit

Permalink
chore: disable pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Nov 2, 2021
1 parent c16df89 commit a83dac6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This project does not accept pull requests. Please use issues to report bugs or suggest new features.
18 changes: 18 additions & 0 deletions .github/workflows/lockdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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:

This comment was marked as resolved.

Copy link
@chamber666

chamber666 Nov 30, 2022

ahsdoushd

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'

0 comments on commit a83dac6

Please sign in to comment.