.github/workflows/close_inactive_issues.yml #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow triggers the org-wide reusable workflow to close inactive issues on a schedule | |
on: | |
schedule: | |
- cron: "0 10 * * *" # Runs daily at 10:00 UTC | |
workflow_dispatch: | |
jobs: | |
close-issues: | |
uses: AppsFlyerSDK/github-common-workflow-and-template/.github/workflows/close_inactive_issues.yml@main | |
secrets: inherit |