Skip to content

Commit

Permalink
update check labels(just about bug) (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosyrain authored Sep 9, 2024
1 parent 8f02ae5 commit b63d495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/robot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
issue_number: ${{ github.event.issue.number }} # 获取当前操作的issue number
assignees: 'sukki37' #issue指定分配对象
LABELS: 'no-pr-linked' #相关自定义label配置 形如 label1,label2
LABELS_NEED: 'tech-request,feature,Feature,kind/feature,attention/feature-incomplete,bug/ut,Bug fix,kind/bug,kind/subtask,kind/tech-request' # 指定需要排查的标签 label1,label2,...
LABELS_NEED: 'kind/bug,Bug fix,bug_fix,bug/ut' # 指定需要排查的标签 label1,label2,...
uses: matrixorigin/CI/actions/reopen-without-PR@main
- name: WeChat Work notification
if: ${{ failure() || cancelled() || steps.step1.outputs.send == 'yes' }}
Expand Down

0 comments on commit b63d495

Please sign in to comment.