Skip to content

Commit 0501c5e

Browse files
authored
chore: Update append_note_in_issue.yml
1 parent f55c5be commit 0501c5e

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/append_note_in_issue.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ jobs:
2121
2222
// The custom note you want to append
2323
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');
24+
'',
25+
'> [!TIP]',
26+
'> 🚀 **Want to contribute?**',
27+
'> Comment `assign me` to be automatically assigned to this issue via our GitHub Actions bot. Happy coding! ✨'
28+
].join('\n');
3029
3130
// Get the current issue body
3231
const currentBody = context.payload.issue.body || '';

0 commit comments

Comments
 (0)