Skip to content

Commit

Permalink
feat(ci): add stalebot
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jul 17, 2024
1 parent 2c7701c commit 7a34066
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/stale-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Close Inactive Issues

on:
schedule:
- cron: "30 1 * * *" # once a day (1:30 UTC)
workflow_dispatch: # allow manual trigger

jobs:
trigger-workflow:
uses: eclipse-edc/.github/.github/workflows/stale-bot.yml@main
secrets:
envGH: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7a34066

Please sign in to comment.