Increase list of Tags to exclude of Stale/Unstale process

This commit is contained in:
Laurent Destailleur 2020-03-12 16:51:41 +01:00
parent 967d4223c6
commit 872d683e97

View File

@ -16,7 +16,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-message: 'This issue is stale because it has been open 1 year with no activity. If this is a bug, please comment to confirm it is still present on latest stable version. if this is a feature request, please comment to notify the request is still relevant and not yet covered by latest stable version. This issue may be closed automatically by stale bot in 15 days (you should still be able to re-open it if required).'
stale-label: 'Issue Stale (automatic label)'
exempt-label: 'Priority High / Blocking'
exempt-label: 'Priority High / Blocking','Priority Top Strategic','Priority Medium','Hacktoberfest','good first issue','Bug Security (CVE)'
days-before-stale: 365
days-before-close: 15
operations-per-run: 100