mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
Bump actions/stale from 10 to 10.4.0 (#237206)
Bumps [actions/stale](https://github.com/actions/stale) from 10 to 10.4.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v10...v10.4.0) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.4.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>
This commit is contained in:
2
.github/workflows/stale_issues_gh.yml
vendored
2
.github/workflows/stale_issues_gh.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
if: ${{ github.repository == 'AdguardTeam/AdguardFilters' }}
|
||||
runs-on: ubuntu-slim
|
||||
steps:
|
||||
- uses: actions/stale@v10
|
||||
- uses: actions/stale@v10.4.0
|
||||
with:
|
||||
stale-issue-message: >
|
||||
This issue has been automatically marked as stale because it has been open for 4 days with no activity.
|
||||
|
||||
2
.github/workflows/stale_issues_high.yml
vendored
2
.github/workflows/stale_issues_high.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
if: ${{ github.repository == 'AdguardTeam/AdguardFilters' }}
|
||||
runs-on: ubuntu-slim
|
||||
steps:
|
||||
- uses: actions/stale@v10
|
||||
- uses: actions/stale@v10.4.0
|
||||
with:
|
||||
stale-issue-message: >
|
||||
This issue has been automatically marked as stale because it has been open for 3 days with no activity.
|
||||
|
||||
2
.github/workflows/stale_issues_low.yml
vendored
2
.github/workflows/stale_issues_low.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
if: ${{ github.repository == 'AdguardTeam/AdguardFilters' }}
|
||||
runs-on: ubuntu-slim
|
||||
steps:
|
||||
- uses: actions/stale@v10
|
||||
- uses: actions/stale@v10.4.0
|
||||
with:
|
||||
stale-issue-message: >
|
||||
This issue has been automatically marked as stale because it has been open for 7 days with no activity.
|
||||
|
||||
Reference in New Issue
Block a user