Merge latest_staging into ac-6, resolve merge conflicts #1306
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: 'Welcome new contributors' | |
on: | |
issues: | |
types: [opened] | |
pull_request_target: | |
types: [opened] | |
jobs: | |
greet-the-contributor: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: garg3133/[email protected] | |
with: | |
token: ${{ secrets.BOT_ACCESS_TOKEN }} | |
is-oauth-token: true | |
issue-message: 'Hi! Thanks for opening your first issue at Fusion. We really appreciate it. :raised_hands:' | |
pr-message: 'Congratulations for making your first Pull Request at Fusion!! :tada: Someone from our team will review it soon.' |