Skip to content

.github/workflows/close_inactive_issues.yml #17

.github/workflows/close_inactive_issues.yml

.github/workflows/close_inactive_issues.yml #17

# 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:

Check failure on line 8 in .github/workflows/close_inactive_issues.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/close_inactive_issues.yml

Invalid workflow file

The workflow is not valid. .github/workflows/close_inactive_issues.yml (Line: 8, Col: 3): Error calling workflow 'AppsFlyerSDK/github-common-workflow-and-template/.github/workflows/close_inactive_issues.yml@main'. The nested job 'close-issues' is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'.
uses: AppsFlyerSDK/github-common-workflow-and-template/.github/workflows/close_inactive_issues.yml@main
secrets: inherit