Skip to content

chore(deps): update docker/build-push-action action to v6 #138

chore(deps): update docker/build-push-action action to v6

chore(deps): update docker/build-push-action action to v6 #138

Workflow file for this run

name: Welcome
on:
pull_request_target:
types: [opened, closed]
issues:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Welcome
uses: wow-actions/welcome@v1
with:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
FIRST_ISSUE: |
πŸ‘‹ @{{ author }}
Thanks for opening your first issue here!
To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://mafl.hywax.space/community/contributing.html).
FIRST_PR: |
πŸ‘‹ @{{ author }}
πŸ’– Thanks for opening this pull request!
Please follow the [contributing guidelines](https://mafl.hywax.space/community/contributing.html). And we use [semantic commit messages](https://www.conventionalcommits.org/en/v1.0.0/) to streamline the release process.
Examples of commit messages with semantic prefixes:
- `fix: interval for sending a request in the base service`
- `feat: add new NAME service`
- `docs: example of using the NAME service`
FIRST_PR_MERGED: |
πŸ‘‹ @{{ author }} Congrats on merging your first pull request! πŸŽ‰
STAR_MESSAGE: If you like this project, please ⭐ star our repo.