Stale #1768
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Stale | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
Stale: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: sonia-corporation/stale@ef485caab3f7d560098aac7f434072ee1271e1e1 # tag=2.4.0 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-stale-comment: | | |
[~waiting]: https://img.shields.io/badge/-waiting-f5cd79.svg | |
[~wontfix]: https://img.shields.io/badge/-wontfix-e77f67.svg | |
[~dependency-fix]: https://img.shields.io/badge/-dependency%20fix-c44569.svg | |
[~opened-pull-request]: https://img.shields.io/badge/-opened%20pull%20request-f5cd79.svg | |
[~help-wanted]: https://img.shields.io/badge/-help%20wanted-63cdda.svg | |
:warning: **Warning!** :warning: | |
This issue was marked as stale due to a lack of activity for two months. :worried: | |
In one month this issue will be closed if there is no more activity during this period. :grimacing: | |
If you want to avoid this stale state you could add one of these labels: | |
- [![label: waiting][~waiting]](https://github.com/Sonia-corporation/sonia-discord/labels/waiting) | |
- [![label: wontfix][~wontfix]](https://github.com/Sonia-corporation/sonia-discord/labels/wontfix) | |
- [![label: dependency-fix][~dependency-fix]](https://github.com/Sonia-corporation/sonia-discord/labels/dependency-fix) | |
- [![label: opened-pull-request][~opened-pull-request]](https://github.com/Sonia-corporation/sonia-discord/labels/opened-pull-request) | |
- [![label: help wanted][~help-wanted]](https://github.com/Sonia-corporation/sonia-discord/labels/help%20wanted) | |
pull-request-stale-comment: | | |
[~waiting]: https://img.shields.io/badge/-waiting-f5cd79.svg | |
[~wontfix]: https://img.shields.io/badge/-wontfix-e77f67.svg | |
[~dependency-fix]: https://img.shields.io/badge/-dependency%20fix-c44569.svg | |
[~opened-pull-request]: https://img.shields.io/badge/-opened%20pull%20request-f5cd79.svg | |
[~help-wanted]: https://img.shields.io/badge/-help%20wanted-63cdda.svg | |
:warning: **Warning!** :warning: | |
This pull request was marked as stale due to a lack of activity for two months. :worried: | |
In one month this pull request will be closed if there is no more activity during this period. :grimacing: | |
If you want to avoid this stale state you could add one of these labels: | |
- [![label: waiting][~waiting]](https://github.com/Sonia-corporation/sonia-discord/labels/waiting) | |
- [![label: wontfix][~wontfix]](https://github.com/Sonia-corporation/sonia-discord/labels/wontfix) | |
- [![label: dependency-fix][~dependency-fix]](https://github.com/Sonia-corporation/sonia-discord/labels/dependency-fix) | |
- [![label: opened-pull-request][~opened-pull-request]](https://github.com/Sonia-corporation/sonia-discord/labels/opened-pull-request) | |
- [![label: help wanted][~help-wanted]](https://github.com/Sonia-corporation/sonia-discord/labels/help%20wanted) | |
issue-stale-label: no-issue-activity | |
issue-ignore-any-labels: | | |
waiting | |
wontfix | |
dependency-fix | |
opened-pull-request | |
help wanted | |
pull-request-stale-label: no-pull-request-activity | |
pull-request-ignore-any-labels: | | |
waiting | |
wontfix | |
dependency-fix | |
opened-pull-request | |
help wanted | |
issue-days-before-stale: 60 | |
pull-request-days-before-stale: 60 | |
issue-days-before-close: 30 | |
pull-request-days-before-close: 30 | |
issue-ignore-any-assignees: | | |
C0ZEN | |
pull-request-ignore-any-assignees: | | |
C0ZEN |