Skip to content

Commit d682cef

Browse files
authored
chore: Update append_note_in_issue.yml
1 parent 2230496 commit d682cef

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/append_note_in_issue.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
const repo = context.repo.repo;
2121
2222
// The custom note you want to append
23-
const note = `
24-
---
25-
26-
> [!NOTE]
27-
> **CONTRIBUTIONS ARE WELCOME!**
28-
> If you want to get this issue assigned to you. Just comment 'assign me'. You will be assigned to the issue instantly via GitHub-actions bot.
29-
`;
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');
3030
3131
// Get the current issue body
3232
const currentBody = context.payload.issue.body || '';

0 commit comments

Comments
 (0)