mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 03:49:40 -08:00
chore: award holopin wizard to new contributors
This commit is contained in:
parent
386072318f
commit
a58aebcd5c
2
.github/holopin.yml
vendored
2
.github/holopin.yml
vendored
|
@ -3,4 +3,4 @@ defaultSticker: clg0u51g681700fmfr086ofc6
|
|||
stickers:
|
||||
-
|
||||
id: clg0u51g681700fmfr086ofc6
|
||||
alias: oss
|
||||
alias: wizard
|
||||
|
|
6
.github/workflows/contributors.yml
vendored
6
.github/workflows/contributors.yml
vendored
|
@ -70,7 +70,11 @@ jobs:
|
|||
return;
|
||||
}
|
||||
|
||||
const body = `@all-contributors please add @${pr.user.login} for ${contributions.join()}`;
|
||||
var body = `@all-contributors please add @${pr.user.login} for ${contributions.join()}`;
|
||||
|
||||
if (!contributor) {
|
||||
body += `\n\nThis is pure magic 🪄! @holopin-bot @${pr.user.login} wizard`;
|
||||
}
|
||||
|
||||
console.log(`Adding comment: ${body}`);
|
||||
await github.rest.issues.createComment({
|
||||
|
|
Loading…
Reference in a new issue