Skip to content

Commit b0eba88

Browse files
authored
Fix formatting in monthly instructions markdown
1 parent b7cde8a commit b0eba88

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/monthly-instructions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ Step-by-step implementation guide
1111
1. 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

1717
2. 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

2020
3. 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

2727
4. 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

3333
5. Add a workflow that uses the composite action

0 commit comments

Comments
 (0)