We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55c5be commit 0501c5eCopy full SHA for 0501c5e
1 file changed
.github/workflows/append_note_in_issue.yml
@@ -21,12 +21,11 @@ jobs:
21
22
// The custom note you want to append
23
const note = [
24
- '> [!NOTE]',
25
- '> 🚀 **CONTRIBUTIONS ARE WELCOME!**',
26
- '> ',
27
- '> If you want to get this issue assigned to you, just comment **\'assign me\'**.',
28
- '> You will be assigned to the issue instantly via our GitHub Actions bot. Happy coding! ✨'
29
- ].join('\n');
+ '',
+ '> [!TIP]',
+ '> 🚀 **Want to contribute?**',
+ '> Comment `assign me` to be automatically assigned to this issue via our GitHub Actions bot. Happy coding! ✨'
+ ].join('\n');
30
31
// Get the current issue body
32
const currentBody = context.payload.issue.body || '';
0 commit comments