Skip to content

Commit 1bfa76e

Browse files
committed
add separate action items for libs
1 parent 1d20505 commit 1bfa76e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/agenda-generator/src/generator.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ impl Generator {
7676
## Agenda
7777
7878
- Triage
79+
- [Open Action Items](https://hackmd.io/Uehlc0qUQfWfvY1swYWRgQ)
7980
- Critical Issues
8081
- MCPs
8182
- Anything else?
@@ -136,7 +137,7 @@ impl Generator {
136137
writeln!(&mut self.agenda,
137138
"## Actions
138139
139-
- [ ] Reply to all issues/PRs discussed in this meeting, or add them to the [open action items](https://hackmd.io/ovrbJj6CRduRgSA0Wzg2zg).
140+
- [ ] Reply to all issues/PRs discussed in this meeting, or add them to the [open action items](https://hackmd.io/Uehlc0qUQfWfvY1swYWRgQ).
140141
"
141142
)?;
142143

0 commit comments

Comments
 (0)