This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
Add Muhammad Arham #307
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
on: | |
fork: | |
push: | |
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 | |
# This GitHub action uses the action from EddieHubCommunity/gh-action-community, Thanks for Eddie | |
- uses: EddieHubCommunity/gh-action-community/src/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: '<h1>It''s great having you contribute to this project</h1>, Welcome to <strong>Hacktoberfest-2021</strong>' | |
pr-message: '<h1>It''s great having you contribute to this project</h1> Thank you for opening a <strong>Pull Request</strong>, Welcome to <strong>Hacktoberfest-2021</strong>' | |
footer: 'We will review everything and get back to you, Thanks :smiley:' |