Skip to content

build(deps): Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #579

build(deps): Bump github.com/spf13/cobra from 1.8.0 to 1.8.1

build(deps): Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #579

Workflow file for this run

name: Mark stale issues and pull requests

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

View workflow run for this annotation

GitHub Actions / .github/workflows/stale.yml

Invalid workflow file

invalid `cron` attribute "60 1 * * *"
on:
schedule:
- cron: "60 1 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is staled for 60 days'
stale-pr-message: 'This PR is staled for 60 days'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'