Skip to content

Label Idle Issues #1093

Label Idle Issues

Label Idle Issues #1093

Workflow file for this run

name: "Label Idle Issues"
on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 0 * * *"
permissions:
contents: "read"
issues: "write"
pull-requests: "write"
jobs:
stale-issues:
uses: "anolilab/workflows/.github/workflows/stale-issues.yml@ffe1f9c618304dee645c2821890ec3f0a91f67b3" # v21.0.0 # main
with:
target-repo: "anolilab/semantic-release"