feat: 优化 Issue GitHub Actions,当研发团队成员评论后再移除 待处理 标签(6)

pull/10866/head
Bai 2023-06-29 16:30:39 +08:00 committed by Bryan
parent 9c1a6b8565
commit 0b92e43e20
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}