Skip to content

.github/workflows/welcome.yml #17

.github/workflows/welcome.yml

.github/workflows/welcome.yml #17

Workflow file for this run

on:
fork:
push:
branches: [main]
issues:
types: [opened]
issue_comment:
types: [created]
pull_request_target:
types: [opened]
pull_request_review_comment:
types: [created]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "<h1>:wave: Welcome to the project!</h1> It's great having you contribute to this project. :heart_eyes:"
pr-message: "<h1>:wave: Welcome to the project!</h1> It's great having you contribute to this project. :heart_eyes:"
footer: 'Thank You for contributing to this project. 🙏'