Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Github Actions !! #28

Closed
rohan-kulkarni-25 opened this issue Jun 2, 2021 · 1 comment
Closed

Setup Github Actions !! #28

rohan-kulkarni-25 opened this issue Jun 2, 2021 · 1 comment
Assignees

Comments

@rohan-kulkarni-25
Copy link
Owner

rohan-kulkarni-25 commented Jun 2, 2021

  • Fork the Repository
  • In your repository open folder `.github`
  • Go into folder `workflows`
  • Create a new file `greeting.yml`
  • Paste the content given below

  • name: Greetings

    on: [pull_request_target, issues]

    jobs:
    greeting:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/first-interaction@v1
    with:
    repo-token: ${{ secrets.GITHUB_TOKEN }}
    issue-message: "Hi👋 thanks for creating an issue on my Readme Profile !!, Will get back to you soon !! Your Contribution matters a lot for me ! "
    pr-message: "🎉Congratulations!!🎉 for making PR , I will review it soon !! Your Contribution matters a lot for me !"

  • Commit those changes
  • Create Pull Request

Great You got 🟩 for Today !!

@github-actions github-actions bot added the Go label Jun 2, 2021
@sarthakjdev
Copy link
Contributor

Can I work on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants