Skip to content

Commit

Permalink
chore: finalize stale issue handling
Browse files Browse the repository at this point in the history
  • Loading branch information
fr-ser committed Mar 8, 2024
1 parent 28e90e5 commit ff18865
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: code
on:
push:
branches:
- "**"
- "never"

jobs:
test-backend:
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: 'Close stale issues'

# on:
# schedule:
# - cron: '55 * * * *'

on:
schedule:
- cron: '55 * * * *'
push:
branches:
- "stale-handling"

jobs:
stale:
Expand All @@ -20,4 +26,3 @@ jobs:
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.
debug-only: true

0 comments on commit ff18865

Please sign in to comment.