Skip to content

Commit

Permalink
Merge pull request #155 from pimcore/stale_config
Browse files Browse the repository at this point in the history
Created stale.yml bot
  • Loading branch information
wisconaut committed Jan 22, 2024
2 parents 51f6860 + b3a1899 commit 6c34d2b
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 6c34d2b

Please sign in to comment.