Skip to content

build(deps-dev): bump @semantic-release/github from 79dc063 to `258… #16

build(deps-dev): bump @semantic-release/github from 79dc063 to `258…

build(deps-dev): bump @semantic-release/github from 79dc063 to `258… #16

# .github/workflows/stale-branches.yml
name: stale-branches.yml – Delete Stale Branches
on:
workflow_dispatch: # Manual trigger from GitHub UI
schedule:
- cron: '0 6 * * 0'
permissions: {}
jobs:
stale_branches:
runs-on: ubuntu-latest
steps:
- name: Stale Branches
permissions:
issues: write
contents: write
uses: crs-k/[email protected]
with:

Check failure on line 21 in .github/workflows/stale-branches.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/stale-branches.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
# days-before-delete: 180
# comment-updates: false
# max-issues: 20
tag-committer: true
# stale-branch-label: 'stale branch 🗑️'
# compare-branches: 'info'
# branches-filter-regex: '^((?!dependabot))'
# rate-limit: false
# pr-check: false
# dry-run: false
# ignore-issue-interaction: false
# include-protected-branches: false
# include-ruleset-branches: false
# ignore-commit-messages: ''
# ignore-committers: ''