1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-28 22:18:17 +03:00

Added auto-lock to github mirror

This commit is contained in:
1O 2020-11-22 11:42:11 +01:00
parent a2a19a86aa
commit adac5d7d59
No known key found for this signature in database
GPG Key ID: 6D48F9802A5457C8

34
.github/workflows/lockdown.yml vendored Normal file
View File

@ -0,0 +1,34 @@
name: 'Lock down repository'
on:
issues:
types: opened
pull_request:
types: opened
jobs:
lockdown:
runs-on: ubuntu-latest
steps:
- uses: dessant/repo-lockdown@v2
with:
github-token: ${{ github.token }}
issue-labels: 'off-topic'
issue-comment: >
Thanks for your contribution!
However, this repository does not accept bug reports,
since this is only a mirror of
https://gitlab.com/1O/bitwarden_rs-backup.
Please feel free to open the issue there.
skip-closed-issue-comment: true
pr-comment: >
Thanks for your contribution!
However, this repository does not accept pull requests,
since this is only a mirror of
https://gitlab.com/1O/bitwarden_rs-backup.
Please feel free to open the pull request there.
skip-closed-pr-comment: true