mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-16 23:38:36 +00:00
feat: 优化 Issue GitHub Actions,当研发团队成员评论后再移除 待处理 标签
This commit is contained in:
6
.github/workflows/issue-comment.yml
vendored
6
.github/workflows/issue-comment.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
actions: 'remove-labels'
|
||||
labels: '状态:待反馈'
|
||||
|
||||
add-label-if-not-author:
|
||||
add-label-if-is-rd-members:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -34,8 +34,8 @@ jobs:
|
||||
route: GET /repos/{owner}/{repo}/collaborators
|
||||
owner: ${{ github.repository_owner }}
|
||||
repo: ${{ github.repository }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- run: "echo Collaborators: '${{ steps.collaborators.outputs.data }}'"
|
||||
|
||||
|
Reference in New Issue
Block a user