mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-21 04:59:15 +00:00
Update stale.yml
This commit is contained in:
7
.github/workflows/stale.yml
vendored
7
.github/workflows/stale.yml
vendored
@@ -3,7 +3,7 @@
|
|||||||
# You can adjust the behavior by modifying this file.
|
# You can adjust the behavior by modifying this file.
|
||||||
# For more information, see:
|
# For more information, see:
|
||||||
# https://github.com/actions/stale
|
# https://github.com/actions/stale
|
||||||
name: Mark stale issues and pull requests
|
name: Revisar ISSUES abandonadas
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@@ -21,7 +21,8 @@ jobs:
|
|||||||
- uses: actions/stale@v5
|
- uses: actions/stale@v5
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
stale-issue-message: 'Stale issue message'
|
stale-issue-message: '¿Alguna novedad sobre esta ISSUE?'
|
||||||
stale-pr-message: 'Stale pull request message'
|
stale-pr-message: '¿Alguna novedad sobre esta PULL REQUEST?'
|
||||||
stale-issue-label: 'no-issue-activity'
|
stale-issue-label: 'no-issue-activity'
|
||||||
stale-pr-label: 'no-pr-activity'
|
stale-pr-label: 'no-pr-activity'
|
||||||
|
exempt-issue-assignees: 'leifermendez'
|
||||||
|
|||||||
Reference in New Issue
Block a user