|
|
|
@ -6,7 +6,7 @@ jobs:
|
|
|
|
|
assign-issue:
|
|
|
|
|
if: |
|
|
|
|
|
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
|
|
|
|
|
permissions:
|
|
|
|
|
issues: write
|
|
|
|
@ -26,4 +26,4 @@ jobs:
|
|
|
|
|
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
|
|
|
|
|
ISSUE: ${{ github.event.issue.html_url }}
|
|
|
|
|
OWNER: ${{ github.repository_owner }}
|
|
|
|
|
REPO: ${{ github.event.repository.name }}
|
|
|
|
|
REPO: ${{ github.event.repository.name }}
|
|
|
|
|