Skip to content

Commit

Permalink
chore(workflows): add stale workflow (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva committed Jun 17, 2024
1 parent 8567184 commit 5b7d54e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 2 * * 2-6'
workflow_dispatch: # can be used to trigger the workflow manually

jobs:
call-reusable-flow:
uses: camunda/automation-platform-github-actions/.github/workflows/close-stale-issues.yml@main

0 comments on commit 5b7d54e

Please sign in to comment.