Skip to content

Commit

Permalink
Address Łukasz' remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlend E. Aasland authored and hugovk committed Jan 9, 2022
1 parent 4102085 commit 4a8e966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
only-pr-labels: 'CLA not signed'
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity. If the CLA is not signed within one week, it will be closed.'
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity. If the CLA is not signed within 14 days, it will be closed. See also https://devguide.python.org/pullrequest/#licensing'
stale-pr-label: 'stale'
close-pr-message: 'Closing this stale PR because the CLA is still not signed.'
days-before-stale: 30
days-before-close: 7
days-before-close: 14

0 comments on commit 4a8e966

Please sign in to comment.