mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'ondrej/disable-github-pr' into 'main'
Add GitHub Action that immediately closes issue / PRs See merge request isc-projects/bind9!4788
This commit is contained in:
commit
494057b8f4
1 changed files with 15 additions and 0 deletions
15
.github/workflows/lockdown.yml
vendored
Normal file
15
.github/workflows/lockdown.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
- name: 'Lock down mirror 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 }}
|
||||
Loading…
Reference in a new issue