Updated contributors.ts #4
Workflow file for this run
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: | |
issues: | |
types: | |
- opened | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
first-interaction: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v2 | |
- name: First Interaction | |
uses: actions/[email protected] | |
with: | |
repo-token: ${{ secrets.GH_T }} | |
issue-message: "Thanks for the issue 🙏" | |
pr-message: "🎉 Congratulations! 🎉 on your first PR!" |