Skip to content

Dev2

Dev2 #5

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
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: '<h3>Hello πŸ‘‹ Thank you very much for raising an issue πŸ™Œ The maintainers will get back to you soon for discussion over the issue! Thank you for your contributions. πŸš€</h3>'
pr-message: '<h3>Yeah! You did it πŸŽ‰ Now, Relax πŸ˜‰ -> Grab a drink β˜• -> And wait for the maintainers to check your contributions. Meanwhile, you can discuss on other issues and solve them πŸ˜€</h3>'
footer: 'Meanwhile you can discuss about the project with me on <a href="https://twitter.com/WilfredAlmeida_">Twitter</a>πŸ˜€</h3>'