Missing package when upgrading firmware #76
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: π Greetings | |
on: [pull_request, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: | | |
Hello there π | |
Thanks for submitting your first issue to the Retro Home project π We'll try and take a look at your issue soon β² | |
In the meantime you might want to join the [Wimpy's World Discord](https://wimpysworld.io/discord) π£ where we have a large community of Linux π§ enthusiasts and passionate open source developers π§βπ» and a support channel for this project. | |
You might also be interested in following [Wimpy's World Twitch π‘ channel](https://twitch.tv/WimpysWorld) where Wimpy streams let's code videos, including this project, several times a week. A back catalog of past live streams and other Linux π§ and Raspberry Pi π₯§ related content is available on [Wimpy's World YouTube πΊ channel](https://youtube.com/WimpysWorld). | |
pr-message: | | |
Hello there π | |
Thanks for submitting your first pull request to the Retro Home project πͺ We'll try to review your pull request soon β² | |
In the meantime you might want to join the [Wimpy's World Discord](https://wimpysworld.io/discord) π£ where we have a large community of Linux π§ enthusiasts and passionate open source developers π§βπ» and a support channel for this project. | |
You might also be interested in following [Wimpy's World Twitch π‘ channel](https://twitch.tv/WimpysWorld) where Wimpy streams let's code videos, including this project, several times a week. A back catalog of past live streams and other Linux π§ and Raspberry Pi π₯§ related content is available on [Wimpy's World YouTube πΊ channel](https://youtube.com/WimpysWorld). |