diff --git a/.github/ISSUE_TEMPLATE/pivpn-installfailed.yml_disabled b/.github/ISSUE_TEMPLATE/pivpn-installfailed.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/pivpn-installfailed.yml_disabled rename to .github/ISSUE_TEMPLATE/pivpn-installfailed.yml diff --git a/.github/ISSUE_TEMPLATE/pivpn-report.yml_disabled b/.github/ISSUE_TEMPLATE/pivpn-report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/pivpn-report.yml_disabled rename to .github/ISSUE_TEMPLATE/pivpn-report.yml diff --git a/.github/workflows/lockdown.yaml b/.github/workflows/lockdown.yaml deleted file mode 100644 index 02c444a..0000000 --- a/.github/workflows/lockdown.yaml +++ /dev/null @@ -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. -