mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Improve greetings messages
This commit is contained in:
parent
15c1635a15
commit
c0f03e6c9c
1 changed files with 8 additions and 20 deletions
28
.github/workflows/greetings.yml
vendored
28
.github/workflows/greetings.yml
vendored
|
@ -10,28 +10,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-message: |
|
issue-message: |
|
||||||
'Hello there 👋
|
Hello there 👋
|
||||||
Thanks for submitting your first issue to the Quickemu project 🐛
|
Thanks for submitting your first issue to the Quickemu project 🐛 We'll try and take a look at your issue soon ⏲
|
||||||
We'll try and take a look at your issue soon ⏲
|
|
||||||
|
|
||||||
In the meantime you might want to join the [Wimpys World Discord](https://wimpysworld.io/discord) where
|
In the meantime you might want to join the [Wimpys World Discord](https://wimpysworld.io/discord) 🗣 where we have a large community of Linux 🐧 enthusiasts and passionate open source developers 🧑💻
|
||||||
we have a large community of Linux 🐧 enthusiasts and passionate open source
|
|
||||||
developers 🧑💻
|
|
||||||
|
|
||||||
You might also be interested in following [Wimpys World Twitch 📡 channel](https://twitch.tv/WimpysWorld)
|
You might also be interested in following [Wimpys World Twitch 📡 channel](https://twitch.tv/WimpysWorld) where Wimpy streams let's code video, including this project, several times a week. A back catalog of past live stream and other Linux related content is available on [Wimpys World YouTube 📺 channel](https://youtube.com/WimpysWorld).
|
||||||
where Wimpy streams let's code video, including this project, several
|
|
||||||
times a week. A back catalog of past live stream and other Linux related content
|
|
||||||
is available on [Wimpys World YouTube 📺 channel](https://youtube.com/WimpysWorld).'
|
|
||||||
pr-message: |
|
pr-message: |
|
||||||
'Hello there 👋
|
Hello there 👋
|
||||||
Thanks for submitting your first pull request to the Quickemu project 💪
|
Thanks for submitting your first pull request to the Quickemu project 💪 We'll try to review your pull request soon ⏲
|
||||||
We'll try to review your pull request soon ⏲
|
|
||||||
|
|
||||||
In the meantime you might want to join the [Wimpys World Discord](https://wimpysworld.io/discord) where
|
In the meantime you might want to join the [Wimpys World Discord](https://wimpysworld.io/discord) 🗣 where we have a large community of Linux 🐧 enthusiasts and passionate open source developers 🧑💻
|
||||||
we have a large community of Linux 🐧 enthusiasts and passionate open source
|
|
||||||
developers 🧑💻
|
|
||||||
|
|
||||||
You might also be interested in following [Wimpys World Twitch 📡 channel](https://twitch.tv/WimpysWorld)
|
You might also be interested in following [Wimpys World Twitch 📡 channel](https://twitch.tv/WimpysWorld) where Wimpy streams let's code video, including this project, several times a week. A back catalog of past live stream and other Linux related content is available on [Wimpys World YouTube 📺 channel](https://youtube.com/WimpysWorld).
|
||||||
where Wimpy streams let's code video, including this project, several
|
|
||||||
times a week. A back catalog of past live stream and other Linux related content
|
|
||||||
is available on [Wimpys World YouTube 📺 channel](https://youtube.com/WimpysWorld).'
|
|
||||||
|
|
Loading…
Reference in a new issue