We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85d199 commit 93d41f1Copy full SHA for 93d41f1
.github/workflows/close-all-prs.yml
@@ -0,0 +1,23 @@
1
+name: Close All Pull Requests
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ - cron: '0 0 * * *'
8
9
+jobs:
10
+ run:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: crondaemon/close-pr@v1
14
+ with:
15
+ comment: |
16
+ Hi, thank you for your contribution.
17
+ Unfortunately, this repository is read-only. It's a split from our main monorepo repository.
18
+ We'd like to kindly ask you to move the contribution there - https://github.com/addwiki/addwiki.
19
+ You'll find the code that you have just changed in one of the 'packages' directories
20
+ We'll check it, review it and give you feed back.
21
+ Thank you
22
+ env:
23
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/repo-lockdown.yaml
0 commit comments