Skip to content

Commit 261e9a4

Browse files
authored
Remove auto issue closing workflow job (#5181)
1 parent dfcc657 commit 261e9a4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/stale.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,3 @@ jobs:
3030
pull request has been automatically marked as stale because of that
3131
and will be closed if no further activity occurs within 7 days.
3232
Thank you for your contributions.
33-
34-
# Use stale to automatically close issues with a reference to the issue tracker
35-
close-issues:
36-
runs-on: ubuntu-latest
37-
steps:
38-
- uses: actions/stale@v8
39-
with:
40-
days-before-pr-stale: -1
41-
days-before-pr-close: -1
42-
days-before-issue-stale: 1
43-
days-before-issue-close: 1
44-
remove-stale-when-updated: true
45-
stale-issue-label: "stale"
46-
exempt-issue-labels: "not-stale"
47-
stale-issue-message: >
48-
https://github.com/esphome/esphome-docs/issues/162

0 commit comments

Comments
 (0)