Update MEMBERS #16
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: Welcome | |
on: | |
pull_request_target: | |
types: [opened, reopened, synchronize] | |
jobs: | |
comment: | |
permissions: | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: Comment | |
uses: peter-evans/create-or-update-comment@v3 | |
with: | |
issue-number: ${{ github.event.pull_request.number }} | |
body: | | |
🚀 Thank you for joining to the UESTC Community! 🚀 | |
Before merging, please ensure to follow the process below: | |
1. Make sure you have created an issue for your application | |
2. Make sure you have created a PR for adding your github ID | |
reactions: 'heart' |