-
Notifications
You must be signed in to change notification settings - Fork 6
33 lines (27 loc) · 858 Bytes
/
lockdown.yml
File metadata and controls
33 lines (27 loc) · 858 Bytes
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
33
name: 'Repo Lockdown'
on:
issues:
types: opened
pull_request_target:
types: opened
schedule:
- cron: '32 2 * * *'
permissions:
issues: write
pull-requests: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/repo-lockdown@v2
with:
issue-labels: 'off-topic'
issue-comment: >
This repository does not accept bug reports.
Please Submit your Bug-Report to https://todo.sr.ht/~cid-chan/yuuno
or send an email to ~cid-chan/yuuno@todo.sr.ht
pr-comment: >
This repository does not accept bug reports.
Please request a pull or patch-set by sending an email to
~cid-chan/yuuno-devel@lists.sr.ht
The full mailing list is accessible at https://lists.sr.ht/~cid-chan/yuuno-devel