Skip to content

Commit

Permalink
Merge pull request #280 from Infineon/stale-issues-workflow
Browse files Browse the repository at this point in the history
add stale_issues workflow
  • Loading branch information
ederjc committed Jun 17, 2024
2 parents c215377 + beedefe commit 11a51bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/stale_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: 'Close stale issues/PRs'
on:
schedule:
- cron: "50 14 */2 * *"

jobs:
call-workflow:
uses: Infineon/workflows/.github/workflows/epe_stale_issues.yml@master

0 comments on commit 11a51bf

Please sign in to comment.