mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13640 from ethereum/gh-stale-actions
Update to actions/stale to v6
This commit is contained in:
commit
db54e0492a
6
.github/workflows/stale-pull-requests.yml
vendored
6
.github/workflows/stale-pull-requests.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v5
|
||||
- uses: actions/stale@v6
|
||||
with:
|
||||
debug-only: true
|
||||
# disable issues
|
||||
@ -32,8 +32,8 @@ jobs:
|
||||
close-pr-label: closed-due-inactivity
|
||||
days-before-pr-stale: ${{ env.BEFORE_STALE }}
|
||||
days-before-pr-close: ${{ env.BEFORE_CLOSE }}
|
||||
exempt-pr-labels: 'external contribution'
|
||||
exempt-pr-labels: 'external contribution :star:'
|
||||
exempt-draft-pr: true
|
||||
exempt-all-milestones: true
|
||||
remove-stale-when-updated: true
|
||||
operations-per-run: 60
|
||||
operations-per-run: 100
|
||||
|
Loading…
Reference in New Issue
Block a user