[go: nahoru, domu]

Skip to content

Commit

Permalink
Update stale bot & action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
qqaatw committed Jul 15, 2024
1 parent dc882cc commit f75ed2b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .github/stale.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
stale-issue-label: stale
days-before-pr-stale: -1
permissions:
issues: write
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"

0 comments on commit f75ed2b

Please sign in to comment.