Skip to content

Commit

Permalink
Merge pull request #63 from Aditya-150/main
Browse files Browse the repository at this point in the history
feat: Github Workflow for pr and issue message
  • Loading branch information
debidattasuryaprakash authored Oct 6, 2022
2 parents 58b8f8b + 088bc3f commit 7d2b7af
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/hello-to-news-contributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Auto message for Pull Requests and Issue
on: [pull_request, issues]
jobs:
build:
name: Hello new contributor
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.WORKFLOW_TOKEN }}
issues-message: " Thanks!!🙂 for creating an issue. Please describe your issue. And head on to `Discussion` tab to discuss about it."
pr-message: "Hello👋 Contributor, thanks for making a pull request.<br>It will be reviewed by the maintainers soon.<br>You can ask any doubts here under the pull request or ask it in `Discussions` section. Please follow the `CONTRIBUTIONS GUIDLINES` which you can find `README.md` file of each folder. <br>Till then keep contributing. <br>Happy Coding🙂"

0 comments on commit 7d2b7af

Please sign in to comment.