Skip to content

Close Inactive Issues #90

Close Inactive Issues

Close Inactive Issues #90

Workflow file for this run

name: Close Inactive Issues
on:
schedule:
- cron: "30 1 * * *" # once a day (1:30 UTC)
workflow_dispatch: # allow manual trigger
jobs:
trigger-workflow:

Check failure on line 9 in .github/workflows/stale-bot.yml

View workflow run for this annotation

GitHub Actions / Close Inactive Issues

Invalid workflow file

The workflow is not valid. .github/workflows/stale-bot.yml (Line: 9, Col: 3): Error calling workflow 'eclipse-edc/.github/.github/workflows/stale-bot.yml@main'. The nested job 'close-issues-in-triage' is requesting 'issues: write', but is only allowed 'issues: none'. .github/workflows/stale-bot.yml (Line: 9, Col: 3): Error calling workflow 'eclipse-edc/.github/.github/workflows/stale-bot.yml@main'. The nested job 'close-issues-with-assignee' is requesting 'issues: write', but is only allowed 'issues: none'.
uses: eclipse-edc/.github/.github/workflows/stale-bot.yml@main
secrets:
envGH: ${{ secrets.GITHUB_TOKEN }}