mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-28 22:58:10 +08:00
update field.
This commit is contained in:
parent
c8dec9f733
commit
5511ad348d
4
.github/workflows/auto-assign-issue.yml
vendored
4
.github/workflows/auto-assign-issue.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
assign-issue:
|
assign-issue:
|
||||||
if: |
|
if: |
|
||||||
contains(github.event.comment.body, '/assign') || contains(github.event.comment.body, '/accept') &&
|
contains(github.event.comment.body, '/assign') || contains(github.event.comment.body, '/accept') &&
|
||||||
!contains(github.event.comment.user.login, 'OpenIM-Robot')
|
!contains(github.event.comment.user.login, 'openim-robot')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
@ -26,4 +26,4 @@ jobs:
|
|||||||
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
|
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||||
ISSUE: ${{ github.event.issue.html_url }}
|
ISSUE: ${{ github.event.issue.html_url }}
|
||||||
OWNER: ${{ github.repository_owner }}
|
OWNER: ${{ github.repository_owner }}
|
||||||
REPO: ${{ github.event.repository.name }}
|
REPO: ${{ github.event.repository.name }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user