File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,23 @@ Step-by-step implementation guide
11111 . Choose your branch and prepare directories
1212- Decide your branch (example: update-monthly-review).
1313- Ensure you have the following directories:
14- - - .github/workflows
15- - - .github/actions/triage-issue
14+ - .github/workflows
15+ - .github/actions/triage-issue
1616
17172 . Add the monthly triage workflow (creates current month’s triage issue and closes previous)
1818- This workflow runs monthly. It ensures an issue titled “GitHub Triage: YYYY-MM” exists and closes last month’s triage issue if it is still open.
1919
20203 . Add the weekly triage comment workflow
2121- This runs weekly and posts a comment to the current month’s triage issue with:
22- - - Counts by category
23- - - A list of each new issue in the last 7 days with one line per issue (e.g., “- #223 ”)
24- - - A note that Mona (Copilot) reviewed
22+ - Counts by category
23+ - A list of each new issue in the last 7 days with one line per issue (e.g., “- #223 ”)
24+ - A note that Mona (Copilot) reviewed
2525- It uses JavaScript via actions/github-script and the GitHub Search API (created:>=YYYY-MM-DD).
2626
27274 . Add the reusable composite action
2828- Encapsulates logic to:
29- - - Optionally close last month’s triage issue
30- - -Create the current month’s triage issue
29+ - Optionally close last month’s triage issue
30+ -Create the current month’s triage issue
3131- This makes future reuse and refactoring easier.
3232
33335 . Add a workflow that uses the composite action
You can’t perform that action at this time.
0 commit comments