Merge pull request #870 from 1hitsong/exemptDraftFromStale

Exempt draft PR from stale workflow
This commit is contained in:
1hitsong 2022-12-08 08:12:41 -05:00 committed by GitHub
commit daa1be2921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,5 @@ jobs:
close-pr-message: "This pull request has been closed because it has been inactive for 28 days. You may submit a new pull request if desired."
days-before-pr-stale: 21
days-before-pr-close: 7
exempt-draft-pr: true
repo-token: ${{ secrets.GITHUB_TOKEN }}