From fe582d6c977661c1b7a4f8b2eba6dad56612b485 Mon Sep 17 00:00:00 2001 From: Ron Rennick Date: Tue, 31 Oct 2023 14:36:20 -0300 Subject: [PATCH] bump action/stale version, increase operations per run --- .github/workflows/stalebot.yml | 3 ++- plugins/woocommerce/changelog/update-stalebot-version | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 plugins/woocommerce/changelog/update-stalebot-version diff --git a/.github/workflows/stalebot.yml b/.github/workflows/stalebot.yml index 749e8373e75..c3e9f03bee9 100644 --- a/.github/workflows/stalebot.yml +++ b/.github/workflows/stalebot.yml @@ -13,9 +13,10 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v3 + - uses: actions/stale@v8 with: repo-token: ${{ secrets.GITHUB_TOKEN }} + operations-per-run: 40 stale-issue-message: "As a part of this repository's maintenance, this issue is being marked as stale due to inactivity. Please feel free to comment on it in case we missed something.\n\n###### After 7 days with no activity this issue will be automatically be closed." close-issue-message: 'This issue was closed because it has been 14 days with no activity.' days-before-issue-stale: 7 diff --git a/plugins/woocommerce/changelog/update-stalebot-version b/plugins/woocommerce/changelog/update-stalebot-version new file mode 100644 index 00000000000..137d034b481 --- /dev/null +++ b/plugins/woocommerce/changelog/update-stalebot-version @@ -0,0 +1,4 @@ +Significance: patch +Type: update + +bump action/stale version, increase operations per run