diff options
author | NRK <nrk@noreply.codeberg.org> | 2022-06-11 15:38:07 +0200 |
---|---|---|
committer | NRK <nrk@noreply.codeberg.org> | 2022-06-11 15:38:07 +0200 |
commit | 4c6d26bef4d5e7ca9554a485751ea7306ae4b9d0 (patch) | |
tree | e2ca65cc566912505bef42e2bd1084858d9c89e9 /.github/workflows | |
parent | 09d2d738ad4beea92b25bc7a180287ab29be2a64 (diff) |
Move over to codeberg (#293)
Reviewed-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/lock.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml new file mode 100644 index 0000000..cf187d4 --- /dev/null +++ b/.github/workflows/lock.yml @@ -0,0 +1,21 @@ +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: + pr-comment: > + Hi, thanks for the Pull-Request. + However this repository is a read-only mirror, main development of nsxiv happens over at [CodeBerg](https://codeberg.org/nsxiv/nsxiv). + Please open your Pull-Request over on the CodeBerg Repo. + Otherwise you may also e-mail the patch (obtained via `git format-patch`) to any of the [active maintainers](https://nsxiv.codeberg.page/man/#CURRENT%20MAINTAINERS) instead. + |