mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-19 02:28:27 -05:00
15 lines
257 B
YAML
15 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 }}
|