From 0abf686f6630e052c43537cfcaf7b90eebcaa910 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 10 Oct 2023 17:56:50 +0200 Subject: [PATCH] chore: add pr lockdown --- .github/workflows/lockdown.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/lockdown.yml diff --git a/.github/workflows/lockdown.yml b/.github/workflows/lockdown.yml new file mode 100644 index 00000000000..15e1426a835 --- /dev/null +++ b/.github/workflows/lockdown.yml @@ -0,0 +1,23 @@ +name: 'Repo Lockdown' + +on: + pull_request_target: + types: opened + +permissions: + issues: write + pull-requests: write + +jobs: + action: + runs-on: ubuntu-latest + steps: + - uses: dessant/repo-lockdown@v3 + with: + pr-comment: 'Hi! Thank you for your contribution. + + This repo is only a mirror and unfortunately we can''t accept PRs made here. Please re-submit your changes to [our Gitea instance](https://kolaente.dev/vikunja/api/pulls). + + Also check out the [contribution guidelines](https://vikunja.io/docs/development/#pull-requests). + + Thank you for your understanding.'