Skip to content
message-square

GitHub Action

Auto message for PR's and Issues

v1.0 Latest version

Auto message for PR's and Issues

message-square

Auto message for PR's and Issues

Automatically send hello message to the first PR and Issue for new contributor

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Auto message for PR's and Issues

uses: thomasbnt/hello-to-news-contributions@v1.0

Learn more about this action in thomasbnt/hello-to-news-contributions

Choose a version

πŸ‘‹ Hello to news contributors

Hey to first PR and Issues for news contributors. Customize your message, add links to Guidelines or other importants files.

License Support me on BMC Twitter Follow


Create the .github/workflows/hello-to-news-contributions.yml file with the following configuration

name: Auto message for PR's and Issues
on: [pull_request, issues]
jobs:
  build:
    name: Hello new contributor
    runs-on: ubuntu-latest
    steps:
      - uses: actions/first-interaction@v1
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          issue-message: "Hey, thank you for opening your first Issue ! πŸ™‚"
          pr-message: "Hey, thank you for opening your Pull Request !"

Love Open Source