mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
feat: add file: (#648)
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
f9406108aa
commit
3cae4e6890
7
.github/workflows/auto-release.yml
vendored
7
.github/workflows/auto-release.yml
vendored
@ -4,7 +4,10 @@ on:
|
|||||||
types: [created]
|
types: [created]
|
||||||
jobs:
|
jobs:
|
||||||
assign-issue:
|
assign-issue:
|
||||||
if: contains(github.event.comment.body, '/assign') || contains(github.event.comment.body, '/accept')
|
if: |
|
||||||
|
contains(github.event.comment.body, '/assign') || contains(github.event.comment.body, '/accept') &&
|
||||||
|
!contains(github.event.comment.user.login, 'openimbot') &&
|
||||||
|
!contains(github.event.comment.user.login, 'kubbot')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
@ -18,7 +21,7 @@ jobs:
|
|||||||
gh issue edit ${{ github.event.issue.number }} --add-assignee "${{ github.event.comment.user.login }}"
|
gh issue edit ${{ github.event.issue.number }} --add-assignee "${{ github.event.comment.user.login }}"
|
||||||
gh issue edit ${{ github.event.issue.number }} --add-label "triage/accepted"
|
gh issue edit ${{ github.event.issue.number }} --add-label "triage/accepted"
|
||||||
gh issue edit ${{ github.event.issue.number }} --milestone "$LETASE_MILESTONES"
|
gh issue edit ${{ github.event.issue.number }} --milestone "$LETASE_MILESTONES"
|
||||||
gh issue comment $ISSUE --body "@${{ github.event.comment.user.login }} Glad to see you accepted this issue🤲, this issue has been assigned to you. I set the milestones for this issue to $LETASE_MILESTONES, We are looking forward to your PR!"
|
gh issue comment $ISSUE --body "@${{ github.event.comment.user.login }} Glad to see you accepted this issue🤲, this issue has been assigned to you. I set the milestones for this issue to [$LETASE_MILESTONES](https://github.com/$OWNER/$PEPO/milestones), We are looking forward to your PR!"
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.REDBOT_GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.REDBOT_GITHUB_TOKEN }}
|
||||||
ISSUE: ${{ github.event.issue.html_url }}
|
ISSUE: ${{ github.event.issue.html_url }}
|
||||||
|
3
.github/workflows/link-pr.yml
vendored
3
.github/workflows/link-pr.yml
vendored
@ -4,6 +4,9 @@ name: Github Rebot for Link check error
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 12 * * 1'
|
- cron: '30 12 * * 1'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linkChecker:
|
linkChecker:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user