Skip to content

Commit

Permalink
ci: Add stale bot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Dec 18, 2023
1 parent a489a50 commit b8ebdd0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/staled-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 8 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- name: Stale bot Action
uses: OpenSourcePolitics/staled-bot@master

0 comments on commit b8ebdd0

Please sign in to comment.