We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcc657 commit 261e9a4Copy full SHA for 261e9a4
.github/workflows/stale.yml
@@ -30,19 +30,3 @@ jobs:
30
pull request has been automatically marked as stale because of that
31
and will be closed if no further activity occurs within 7 days.
32
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