Skip to content

Commit bc03d4f

Browse files
Bump actions/stale from 10.2.0 to 10.3.0 (#228)
Bumps [actions/stale](https://github.com/actions/stale) from 10.2.0 to 10.3.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@b5d41d4...eb5cf3a) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11a9bc7 commit bc03d4f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/clossing-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: ${{ github.repository_owner == 'bitnami' }}
1616
steps:
17-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
17+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899
1818
with:
1919
any-of-labels: 'solved'
2020
stale-issue-label: 'solved'

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write
2020
steps:
2121
# This step will add the stale comment and label for the first 15 days without activity. It won't close any task
22-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
22+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899
2323
with:
2424
repo-token: ${{ secrets.GITHUB_TOKEN }}
2525
stale-issue-message: 'This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.'
@@ -30,7 +30,7 @@ jobs:
3030
exempt-pr-labels: 'on-hold'
3131
operations-per-run: 500
3232
# This step will add the 'solved' label and the last comment before closing the issue or PR. Note that it won't close any issue or PR, they will be closed by the clossing-issues workflow
33-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
33+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899
3434
with:
3535
repo-token: ${{ secrets.GITHUB_TOKEN }}
3636
stale-issue-message: 'Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.'

0 commit comments

Comments
 (0)