logo
59
171
WeChat Login

解决阿水头像不太对的问题#3693

Resolved
created 1 weeks ago
Edit
1000030019 (1) (1) (1).jpg

把阿水来了的头像换成这个,参考.cnb/settings.yml中的内容发挥

@cnb/feedback(阿水来了) 自己换个头像

NPC
1

NPC
referenced ISSUE

NPC

@youkun
宝子~阿水的新头像已经安排上了!🫡

已将 assets/ashui.jpg 替换为 Issue 中提供的新头像图片,并提交了 PR #3694,合并后阿水就换上新面孔啦~

干的不错,再帮我添加个走查通过自动合并的cnb配置吧
@cnb/feedback(阿水来了)

NPC
1

NPC

@youkun
宝子~走查通过自动合并的配置已经安排上了!🎉

.cnb.yml 中新增了 pull_request.approved 事件配置,具体逻辑如下:

$:
  pull_request.approved:
    - name: auto-merge
      stages:
        - name: auto merge on approved
          type: git:auto-merge
          options:
            mergeType: merge
            removeSourceBranch: true

配置说明:

  • 触发条件:PR 走查通过(pull_request.approved)时自动触发
  • 自动合并:使用 git:auto-merge 内置任务,走查通过即自动合并 PR
  • 删除源分支removeSourceBranch: true,合并后自动删除源分支,保持仓库整洁

已提交 PR #3696,走查通过后就能自动合并啦~宝子你品品,合不合适~

Resolved ISSUE
Assignee
None yet
Label
None yet
Priority
None yet
Time period
-
Property
Add custom properties to record and label key information
Participant