ci: uci/copy-templates (#10787)
* chore: add or force update .github/workflows/stale.yml * chore: add or force update .github/workflows/generated-pr.yml
web3-bot committed
May 9, 2025 at 21:53 UTC
6f37df77873163c41ab9e5b989f6db0d7314d3d6
2 files changed
+17
-2
.github/workflows/generated-pr.yml
new
+14
@@ -0,0 +1,14 @@
1
+name: Close Generated PRs
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 0 * * *'
6
+ workflow_dispatch:
7
+
8
+permissions:
9
+ issues: write
10
+ pull-requests: write
11
+
12
+jobs:
13
+ stale:
14
+ uses: ipdxco/unified-github-workflows/.github/workflows/reusable-generated-pr.yml@v1
.github/workflows/stale.yml
+3
-2
@@ -1,8 +1,9 @@
1
-name: Close and mark stale issue
1
+name: Close Stale Issues
2
3
on:
4
schedule:
5
- cron: '0 0 * * *'
6
+ workflow_dispatch:
7
8
permissions:
9
issues: write
@@ -10,4 +11,4 @@ permissions:
11
12
jobs:
13
stale:
13
- uses: pl-strflt/.github/.github/workflows/reusable-stale-issue.yml@v0.3
14
+ uses: ipdxco/unified-github-workflows/.github/workflows/reusable-stale-issue.yml@v1