Skip to content

Stale execution

Stale execution #43

Workflow file for this run

name: Stale execution
on:
schedule:
- cron: '15 * * * *'
issue_comment:
types: [ 'created' ]
jobs:
stale:
uses: './.github/workflows/stale.yml'