Skip to content

Mark stale issues and pull requests #88

Mark stale issues and pull requests

Mark stale issues and pull requests #88

Workflow file for this run

# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Mark stale issues and pull requests
on:
schedule:
- cron: '23 0 * * *'
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
with:
repo-token: ${{ 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 }}

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

View workflow run for this annotation

GitHub Actions / Mark stale issues and pull requests

Invalid workflow file

The workflow is not valid. .github/workflows/stale.yml (Line: 23, Col: 21): Unrecognized named-value: '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'. Located at position 1 within expression: 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
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'