feat(workflows): add automated and scheduled PR triage (#3062)

This commit is contained in:
Jerop Kipruto
2025-07-02 20:41:23 -04:00
committed by GitHub
parent e7b0b49c82
commit b463249729
3 changed files with 186 additions and 1 deletions

View File

@@ -24,4 +24,18 @@
## Linked issues / bugs
<!-- Add links to any gh issues or other external bugs --->
<!--
Link to any related issues or bugs.
**If this PR fully resolves the issue, use one of the following keywords to automatically close the issue when this PR is merged:**
- Closes #<issue_number>
- Fixes #<issue_number>
- Resolves #<issue_number>
*Example: `Resolves #123`*
**If this PR is only related to an issue or is a partial fix, simply reference the issue number without a keyword:**
*Example: `This PR makes progress on #456` or `Related to #789`*
-->