Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

.github/workflows/close_inactive_issues.yml #50

.github/workflows/close_inactive_issues.yml

.github/workflows/close_inactive_issues.yml #50

# 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