Commit e87e5e4
authored
chore(ci): add stale action for old Issues/PRs (NVIDIA#1581)
Adds a once-per-day action for marking PRs/Issues as stale
| Type | Notification | Close | Label-to-Skip |
|:------|:-------------|:--------:|:--------------:|
| Issue | 60 days | +7 days | `Needs Triage` |
| PR | 30 days | +14 days | `Under Review` |
Closes
## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/NeMo-Agent-Toolkit/blob/develop/docs/source/resources/contributing/index.md).
- We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
- Any contribution which contains commits that are not Signed-Off will not be accepted.
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.
## Summary by CodeRabbit
* **Chores**
* Added an automated daily repository workflow to mark and close stale issues and pull requests. Configured inactivity thresholds and timelines (issue stale/close and PR stale/close), custom messages for stale and closed states, and exemptions for specified labels to prevent automated actions on items under active review.
Authors:
- Will Killian (https://github.com/willkill07)
Approvers:
- https://github.com/mnajafian-nv
URL: NVIDIA#15811 parent 57dba81 commit e87e5e4
1 file changed
+36
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments