Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Close Inactive Issues #298

Close Inactive Issues

Close Inactive Issues #298

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:
uses: eclipse-edc/.github/.github/workflows/stale-bot.yml@main
secrets:
envGH: ${{ secrets.GITHUB_TOKEN }}