mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-05-30 18:34:52 +00:00
feat: 优化 Issue GitHub Actions,当研发团队成员评论后再移除 待处理 标签(6)
This commit is contained in:
parent
9c1a6b8565
commit
0b92e43e20
2
.github/workflows/issue-comment.yml
vendored
2
.github/workflows/issue-comment.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
uses: octokit/request-action@v2.x
|
||||
id: developers
|
||||
with:
|
||||
route: GET /repos/${{ github.repository }}/collaborators
|
||||
route: GET /repos/${${{ github.repository }}%%/*}/collaborators
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user