From a1fc42aa272b543de5256bcf971f8aef1b05e740 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:10:26 +0000 Subject: [PATCH] Update actions-cool/issues-helper digest to 147337a --- .github/workflows/issues-close-inactive.yml | 2 +- .github/workflows/issues-find-inactive.yml | 2 +- .github/workflows/issues-notify-inactive.yml | 2 +- .github/workflows/issues-remove-inactive.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issues-close-inactive.yml b/.github/workflows/issues-close-inactive.yml index 315db58..04282b6 100644 --- a/.github/workflows/issues-close-inactive.yml +++ b/.github/workflows/issues-close-inactive.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: close-issues - uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3 + uses: actions-cool/issues-helper@147337a919d92f4bf42f02843682d694650f1e22 # v3 with: actions: 'close-issues' token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/issues-find-inactive.yml b/.github/workflows/issues-find-inactive.yml index 8bf1cfc..3c7ffbd 100644 --- a/.github/workflows/issues-find-inactive.yml +++ b/.github/workflows/issues-find-inactive.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: check-inactive - uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3 + uses: actions-cool/issues-helper@147337a919d92f4bf42f02843682d694650f1e22 # v3 with: actions: 'check-inactive' token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/issues-notify-inactive.yml b/.github/workflows/issues-notify-inactive.yml index d94234b..e60b981 100644 --- a/.github/workflows/issues-notify-inactive.yml +++ b/.github/workflows/issues-notify-inactive.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create comment - uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3 + uses: actions-cool/issues-helper@147337a919d92f4bf42f02843682d694650f1e22 # v3 if: github.event.label.name == 'inactive' with: actions: 'create-comment' diff --git a/.github/workflows/issues-remove-inactive.yml b/.github/workflows/issues-remove-inactive.yml index 96fda82..3a31e6c 100644 --- a/.github/workflows/issues-remove-inactive.yml +++ b/.github/workflows/issues-remove-inactive.yml @@ -20,7 +20,7 @@ jobs: steps: - name: remove inactive if: github.event.issue.state == 'open' && github.event.issue.user != 'github-actions' - uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3 + uses: actions-cool/issues-helper@147337a919d92f4bf42f02843682d694650f1e22 # v3 with: actions: 'remove-labels' issue-number: ${{ github.event.issue.number }}