mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 18:18:07 +00:00
Update stale bot version and provide away to exempt issues with the not-stale label (#6968)
This commit is contained in:
5
.github/workflows/stale.yml
vendored
5
.github/workflows/stale.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v3
|
- uses: actions/stale@v4.0.0
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
stale-pr-message: 'This pull request is stale because it has been open 6 months with no activity. Please comment or this will be closed in 14 days.'
|
stale-pr-message: 'This pull request is stale because it has been open 6 months with no activity. Please comment or this will be closed in 14 days.'
|
||||||
@@ -18,3 +18,6 @@ jobs:
|
|||||||
days-before-stale: 182 # 6 months
|
days-before-stale: 182 # 6 months
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
operations-per-run: 1500
|
operations-per-run: 1500
|
||||||
|
exempt-issue-labels: not-stale
|
||||||
|
exempt-pr-labels: not-stale
|
||||||
|
exempt-all-milestones: true
|
||||||
|
|||||||
Reference in New Issue
Block a user