👷 GitHub action to automate release based on semantic versioning #236
Workflow file for this run
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: Welcome first time contributors | |
on: | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
welcome: | |
name: Welcome | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-message: |- | |
Congrats on making your first Pull Request and thanks for taking the time to improve Websurfx! ❤️! | |
Say hello by joining the conversation in our [Discord](https://discord.gg/SWnda7Mw5u) |