Merge pull request #226 from jfrog/GH-225-fix-concurrency-issue #512
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
name: First interaction | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Greetings for PR and issues | |
uses: actions/first-interaction@v1.1.1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Hello @${{ github.actor }} , thank you for submitting an issue!!' | |
pr-message: 'Hello @${{ github.actor }} , thank you for submitting a pull request!!' |