Re-enable issues and pull requests

This commit is contained in:
Orazio 2024-04-13 10:22:32 +02:00
parent 2f64b12ec1
commit 86450675b0
3 changed files with 0 additions and 31 deletions

View file

@ -1,31 +0,0 @@
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: ${{ github.token }}
issue-comment: |
Thank you for opening an issue however,
PiVPN is in read-only mode, issues are not accepted.
More info is available in the README.
Github discussions is still available if you want help from community.
pr-comment: |
Thank you for your pull request however,
PiVPN is in read-only mode, pull requests are not accepted.
More info is available in the README.
Github discussions is still available if you want help from community.