deno.land / x / fuse@v6.4.1 / .github / workflows / stale.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Mark stale issueson: schedule: - cron: "0 0 * * *"jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days' days-before-stale: 30 days-before-close: 5
fuse

Version Info

Tagged at
3 years ago