-
Notifications
You must be signed in to change notification settings - Fork 50
32 lines (29 loc) · 917 Bytes
/
lockdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: 'Repo Lockdown'
on:
issues:
types: opened
pull_request_target:
types: opened
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/repo-lockdown@v2
with:
log-output: true
skip-closed-issue-comment: true
issue-labels: 'transition'
issue-comment: >
Thank you for your contributions. Main development of B2 has moved to
https://github.com/bfgroup/b2
Please consider following up at https://github.com/bfgroup/b2/issues
skip-closed-pr-comment: true
pr-labels: 'transition'
pr-comment: >
Thank you for your contributions. Main development of B2 has moved to
https://github.com/bfgroup/b2
Please consider following up at https://github.com/bfgroup/b2/pulls