Skip to content

workflows.stale - add workflow with action `crs-k/[email protected] #1

workflows.stale - add workflow with action `crs-k/[email protected]

workflows.stale - add workflow with action `crs-k/[email protected] #1

Workflow file for this run

name: Stale Branches
on:
schedule:
- cron: '0 8 * * *'
workflow_dispatch:
jobs:
stale:
- name: Stale Branches

Check failure on line 10 in .github/workflows/stale.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/stale.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
uses: crs-k/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
stale-branch-label: 'Stale Branch'
days-before-stale: 30
days-before-delete: 730
compare-branches: 'info'
comment-updates: true
tag-committer: true