Skip to content

Commit

Permalink
Merge pull request #63 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 c1e5b76 + fd27e6f commit 4feb5cd
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/[email protected]

0 comments on commit 4feb5cd

Please sign in to comment.