mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Bump actions/stale from v3.0.14 to v3.0.15 (#45516)
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15. - [Release notes](https://github.com/actions/stale/releases) - [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45) 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:
parent
47e34bb129
commit
c61331e8c5
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
# The 90 day stale policy
|
# The 90 day stale policy
|
||||||
# Used for: Everything (unless 30 day policy below beats it)
|
# Used for: Everything (unless 30 day policy below beats it)
|
||||||
- name: 90 days stale policy
|
- name: 90 days stale policy
|
||||||
uses: actions/stale@v3.0.14
|
uses: actions/stale@v3.0.15
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 90
|
days-before-stale: 90
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
# - Issues that are pending more information (incomplete issues)
|
# - Issues that are pending more information (incomplete issues)
|
||||||
# - PRs that are not marked as new-integration
|
# - PRs that are not marked as new-integration
|
||||||
- name: 30 days stale policy
|
- name: 30 days stale policy
|
||||||
uses: actions/stale@v3.0.14
|
uses: actions/stale@v3.0.15
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# PRs have a CLA signed label, we can misuse it to apply this policy
|
# PRs have a CLA signed label, we can misuse it to apply this policy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user