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

pull/10852/head^2
Bai 2023-06-29 11:28:56 +08:00 committed by Bryan
parent 08e0c5fdf5
commit d293a03649
1 changed files with 3 additions and 3 deletions

View File

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