mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: fix stale workflow
This commit is contained in:
11
.github/workflows/stale.yml
vendored
11
.github/workflows/stale.yml
vendored
@@ -6,7 +6,12 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
exempt-issue-labels:
|
||||||
|
- bug
|
||||||
|
- enhancement
|
||||||
|
exempt-pr-labels:
|
||||||
|
- bug
|
||||||
|
- enhancement
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -16,5 +21,5 @@ jobs:
|
|||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
stale-issue-message: 'This issue is stale because it has been open 6 days with no activity. Remove the stale label or comment or this will be closed in 2 days'
|
stale-issue-message: 'This issue is stale because it has been open 6 days with no activity. Remove the stale label or comment or this will be closed in 2 days'
|
||||||
stale-pr-message: 'This PR is stale because it has been open 6 days with no activity. Remove the stale label or comment or this will be closed in 2 days'
|
stale-pr-message: 'This PR is stale because it has been open 6 days with no activity. Remove the stale label or comment or this will be closed in 2 days'
|
||||||
days-before-stale: 6
|
days-before-stale: 15
|
||||||
days-before-close: 2
|
days-before-close: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user