Update current-time-assistant.json #12
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: PR Welcome | |
on: | |
pull_request_target: | |
types: | |
- closed | |
jobs: | |
if_merged: | |
name: Check merged and add comment | |
if: github.event.pull_request.merged == true | |
permissions: | |
issues: write # for actions-cool/issues-helper to update issues | |
pull-requests: write # for actions-cool/issues-helper to update PRs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-cool/pr-welcome@main | |
with: | |
token: ${{ secrets.GH_TOKEN }} | |
comment: | | |
❤️ Great PR @${{ github.event.pull_request.user.login }} ❤️ | |
The growth of project is inseparable from user feedback and contribution, thanks for your contribution! | |
项目的成长离不开用户反馈和贡献,感谢您的贡献! | |
emoji: 'hooray' | |
pr-emoji: '+1, heart' |