Skip to content

Commit

Permalink
Merge pull request #31 from pimcore/stale_config
Browse files Browse the repository at this point in the history
Created stale.yml bot
  • Loading branch information
bluvulture committed Apr 5, 2024
2 parents 5822dd6 + 01cf03c commit fd882d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/stale.yml
@@ -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 fd882d2

Please sign in to comment.