mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update greetings workflow
This commit is contained in:
parent
f33892c62d
commit
d403df3e50
1 changed files with 24 additions and 16 deletions
40
.github/workflows/greetings.yml
vendored
40
.github/workflows/greetings.yml
vendored
|
@ -10,20 +10,28 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-message: |
|
issue-message: |
|
||||||
'Hello there!
|
'Hello there 👋
|
||||||
You seem to have filed your first issue for the `quickemu` project. Great!
|
Thanks for submitting your first issue to the Quickemu project 🐛
|
||||||
|
We'll try and take a look at your issue soon ⏲
|
||||||
It doesn't matter if you are just starting out and dip your feet into the GitHub water for the first time
|
|
||||||
or if you are you are an experienced programmer/Linux enthusiast - we are a welcoming, friendly community.
|
In the meantime you might want to join the [Wimpys World Discord](https://wimpysworld.io/discord) where
|
||||||
Consider taking a look at Wimpy's [YouTube Channel](https://www.youtube.com/channel/UChpYmMp7EFaxuogUX1eAqyw)
|
we have a large community of Linux 🐧 enthusiasts and passionate open source
|
||||||
or [Discord](https://discord.gg/sNmz3uw), if you fancy chatting with us nerds 🤓
|
developers 🧑💻
|
||||||
Hopefully your issue gets resolved soon. Bye for now!'
|
|
||||||
|
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).'
|
||||||
pr-message: |
|
pr-message: |
|
||||||
'Hello there!
|
'Hello there 👋
|
||||||
You seem to have filed your first Pull Request to the `quickemu` project. Great!
|
Thanks for submitting your first pull request to the Quickemu project 💪
|
||||||
|
We'll try to review your pull request soon ⏲
|
||||||
It doesn't matter if you are just starting out and dip your feet into the GitHub water for the first time
|
|
||||||
or if you are you are an experienced programmer/Linux enthusiast - we are a welcoming, friendly community.
|
In the meantime you might want to join the [Wimpys World Discord](https://wimpysworld.io/discord) where
|
||||||
Consider taking a look at Wimpy's [YouTube Channel](https://www.youtube.com/channel/UChpYmMp7EFaxuogUX1eAqyw)
|
we have a large community of Linux 🐧 enthusiasts and passionate open source
|
||||||
or [Discord](https://discord.gg/sNmz3uw), if you fancy chatting with us nerds 🤓
|
developers 🧑💻
|
||||||
Bye for now and happy coding!'
|
|
||||||
|
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).'
|
||||||
|
|
Loading…
Reference in a new issue