mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2025-04-18 09:44:09 +03:00
16 lines
257 B
YAML
16 lines
257 B
YAML
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 }}
|