Skip to content

TAU : Version 9.4.6 #387

TAU : Version 9.4.6

TAU : Version 9.4.6 #387

Workflow file for this run

name: Mark stale issues and pull requests
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: -1
days-before-close: -1
stale-issue-message: 'This issue is stale because it has been open 365 days with no activity. Leave a comment or this will be closed in 7 days.'
stale-pr-message: 'This PR is stale because it has been open 365 days with no activity. Leave a comment or this will be closed in 7 days'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'