xrkffgg
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
.github/workflows/pr-welcome.yml
|
@ -8,7 +8,7 @@ jobs: |
|
|
welcome: |
|
|
welcome: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions-cool/pr-welcome@v1.0.0 |
|
|
- uses: actions-cool/pr-welcome@v1.1.0 |
|
|
with: |
|
|
with: |
|
|
token: ${{ secrets.ANT_BOT_TOKEN }} |
|
|
token: ${{ secrets.ANT_BOT_TOKEN }} |
|
|
refuse-issue-label: '🎱 Collaborate PR only' |
|
|
refuse-issue-label: '🎱 Collaborate PR only' |
|
@ -18,4 +18,5 @@ jobs: |
|
|
|
|
|
|
|
|
你好 @${{ github.event.pull_request.user.login }}。这个 PR 提及的 issue 需要和设计师或核心团队进行确认,暂时不接受 PR,再次感谢你的贡献!😊 |
|
|
你好 @${{ github.event.pull_request.user.login }}。这个 PR 提及的 issue 需要和设计师或核心团队进行确认,暂时不接受 PR,再次感谢你的贡献!😊 |
|
|
emoji: 'heart' |
|
|
emoji: 'heart' |
|
|
|
|
|
pr-emoji: 'heart' |
|
|
close: true |
|
|
close: true |
|
|