Skip to content

Update current-time-assistant.json #12

Update current-time-assistant.json

Update current-time-assistant.json #12

Workflow file for this run

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'