We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191fed0 commit 47683dcCopy full SHA for 47683dc
.github/workflows/create-weekly-issue.yml
@@ -29,7 +29,7 @@ jobs:
29
title: `Nibble #${issueNumber} Content Checklist`,
30
body: `This is an automated issue to track weekly tasks for Nibble #${issueNumber}.
31
32
- Checklist:
+ Primary Content Checklist:
33
- [ ] AI
34
- [ ] 0x
35
- [ ] Dev & Design
@@ -38,13 +38,19 @@ jobs:
38
- [ ] WWHBT
39
- [ ] Builder's Nest
40
- [ ] Meme
41
- - [ ] Off Topic
42
- - [ ] Meta
+ - [ ] Quote Of The Week
43
- [ ] Wallpaper
44
- - [ ] Cover Image
+ - [ ] Off Topic
45
- [ ] Standup
46
- [ ] A
47
- - [ ] P`,
+ - [ ] P
+ - [ ] Meta
48
+
49
+ Meta Content Checklist:
50
+ - [ ] Cover Image
51
+ - [ ] NotebookLM Podcast
52
+ - [ ] [latest.nibbles.dev](https://latest.nibbles.dev/) is updated?
53
+ - [ ] Social Media Post`,
54
labels: ['weekly-checklist']
55
};
56
0 commit comments