Skip to content

Commit 786922f

Browse files
Bump actions/stale from 10.1.0 to 10.1.1 (home-assistant#157807)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2f8b69 commit 786922f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# - No PRs marked as no-stale
1818
# - No issues (-1)
1919
- name: 60 days stale PRs policy
20-
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
20+
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
days-before-stale: 60
@@ -57,7 +57,7 @@ jobs:
5757
# - No issues marked as no-stale or help-wanted
5858
# - No PRs (-1)
5959
- name: 90 days stale issues
60-
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
60+
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
6161
with:
6262
repo-token: ${{ steps.token.outputs.token }}
6363
days-before-stale: 90
@@ -87,7 +87,7 @@ jobs:
8787
# - No Issues marked as no-stale or help-wanted
8888
# - No PRs (-1)
8989
- name: Needs more information stale issues policy
90-
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
90+
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
9191
with:
9292
repo-token: ${{ steps.token.outputs.token }}
9393
only-labels: "needs-more-information"

0 commit comments

Comments
 (0)