mirror of https://github.com/jumpserver/jumpserver
feat: 优化 Issue GitHub Actions,当研发团队成员评论后再移除 待处理 标签(6)
parent
9c1a6b8565
commit
0b92e43e20
|
@ -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