ci: uci/copy-templates (#21)

* chore: add or force update .github/workflows/stale.yml * chore: add or force update .github/workflows/generated-pr.yml

web3-bot committed Aug 12, 2025 at 08:30 UTC c777f5abf9aa8d25b5f19b00ad53b1d68faf40ba
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