From 01f2c9e6c77688d1aa853475b5c2bc2c864faf46 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 24 Mar 2025 09:23:21 +0000 Subject: [PATCH 1/2] chore: add or force update .github/workflows/stale.yml --- .github/workflows/stale.yml | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ecc3add8..7c955c41 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,26 +1,14 @@ -name: Close and mark stale issue +name: Close Stale Issues on: schedule: - - cron: '0 0 * * *' + - cron: '0 0 * * *' + workflow_dispatch: + +permissions: + issues: write + pull-requests: write jobs: stale: - - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days.' - close-issue-message: 'This issue was closed because it is missing author input.' - stale-issue-label: 'kind/stale' - any-of-labels: 'need/author-input' - exempt-issue-labels: 'need/triage,need/community-input,need/maintainer-input,need/maintainers-input,need/analysis,status/blocked,status/in-progress,status/ready,status/deferred,status/inactive' - days-before-issue-stale: 6 - days-before-issue-close: 7 - enable-statistics: true + uses: ipdxco/unified-github-workflows/.github/workflows/reusable-stale-issue.yml@v1 From 268faf392752b60737b8e88e7b5b3b42ed929a58 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 24 Mar 2025 09:23:21 +0000 Subject: [PATCH 2/2] chore: add or force update .github/workflows/generated-pr.yml --- .github/workflows/generated-pr.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/generated-pr.yml diff --git a/.github/workflows/generated-pr.yml b/.github/workflows/generated-pr.yml new file mode 100644 index 00000000..b8c5cc63 --- /dev/null +++ b/.github/workflows/generated-pr.yml @@ -0,0 +1,14 @@ +name: Close Generated PRs + +on: + schedule: + - cron: '0 0 * * *' + workflow_dispatch: + +permissions: + issues: write + pull-requests: write + +jobs: + stale: + uses: ipdxco/unified-github-workflows/.github/workflows/reusable-generated-pr.yml@v1