Skip to content

Commit

Permalink
Merge pull request #61 from pimcore/stale_config
Browse files Browse the repository at this point in the history
Created stale.yml bot
  • Loading branch information
wisconaut authored Jan 22, 2024
2 parents 1eb4aa1 + 82b31aa commit 3091979
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Handle stale issues

on:
workflow_dispatch:
schedule:
- cron: '37 7 * * *'

jobs:
call-stale-workflow:
uses: pimcore/workflows-collection-public/.github/workflows/stale.yml@v1.1.0

0 comments on commit 3091979

Please sign in to comment.