Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update teset #36

Merged
merged 1 commit into from
Oct 17, 2024
Merged

update teset #36

merged 1 commit into from
Oct 17, 2024

Conversation

mo3et
Copy link
Member

@mo3et mo3et commented Oct 17, 2024

Description (what this PR does / why we need it):

Which issue(s) this PR fixes (resolves / be part of):

Other special notes for the reviewers:

@mo3et mo3et added this to the v3.8.2 milestone Oct 17, 2024
@mo3et mo3et merged commit 8ce69e2 into main Oct 17, 2024
3 of 10 checks passed
@OpenIM-Robot
Copy link
Collaborator

⚠️ Non-English comments were found in the following locations:

./config/conf.yml:1	# 中文测试
./hello.go:6		// 你好
./.github/workflows/reopen-issue.yml:31	              .filter(issue => !issue.pull_request) // 排除PR
./.github/workflows/unused/update-release-file.ymlbak:6	      - 'v*.*.*'  # 只有符合 v*.*.* 格式的 tag 才会触发
./.github/workflows/unused/update-release-file.ymlbak:12	      TAG_VERSION: ${{ github.ref_name }}  # 获取当前 tag 版本号
./.github/workflows/unused/update-release-file.ymlbak:19	          fetch-depth: 0  # 获取所有历史记录,确保我们可以推送
./.github/workflows/unused/update-release-file.ymlbak:24	          echo "${{ env.TAG_VERSION }}" > version/version  # 将 tag 写入 version 文件
./.github/workflows/unused/update-release-file.ymlbak:29	          zip -r source-code-${{ env.TAG_VERSION }}.zip .  # 打包修改后的代码
./.github/workflows/unused/update-release-file.ymlbak:35	          upload_url: ${{ github.event.release.upload_url }}  # 获取当前 Release 的上传 URL
./.github/workflows/unused/update-release-file.ymlbak:36	          asset_path: ./source-code-${{ env.TAG_VERSION }}.zip  # 上传我们刚刚创建的 zip 文件
./.github/workflows/unused/del-bot-gen-branch.yml:11	#       if: ${{ github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'update-version-') && github.event.pull_request.user.login == 'github-actions[bot]' }}  # 条件:PR已合并、分支以 'update-version-' 开头、PR发起者是 github-actions[bot]
./.github/workflows/unused/del-bot-gen-branch.yml:32	#             BRANCH_TO_DELETE: ${{ github.event.pull_request.head.ref }}  # 使用env变量存储待删除的分支名称
./.github/workflows/comment-check.yml:10	## true test 爱来自瓷器1
./.github/workflows/comment-check.yml:161	## true test 爱来自瓷器
./.github/workflows/comment-check.yml:162	  ### 这就是中文的含金量
./.github/workflows/comment-check.yml:164	# 现在测试的只有diff , no include entire repo
./.github/workflows/comment-check.yml:167	# 再加一点改动后的情况 bot 会是edited
./.github/workflows/t1.yml:4	  workflow_dispatch:  # 支持手动触发
./.github/workflows/t1.yml:9	        default: 'v3.8.2'  # 默认 milestone 名称
./.github/workflows/t1.yml:13	        default: 'pre-release-v3.8.2'  # 默认目标分支
./.github/workflows/t1.yml:15	    - cron: '0 0 * * 0'  # 定时触发:每周日 UTC 时间 0 点自动运行
./.github/workflows/t1.yml:46	          # 定义分支名称
./.github/workflows/t1.yml:50	          # 切换到 main,拉取最新的更改,创建新的分支
./.github/workflows/t1.yml:55	          # 读取 pr_numbers.txt 文件中的 PR 编号,并对每个 PR 执行 cherry-pick
./.github/workflows/t1.yml:66	          # 推送到远程仓库

github-actions bot pushed a commit that referenced this pull request Oct 17, 2024
@mo3et mo3et deleted the tes1 branch October 17, 2024 07:07
@mo3et mo3et removed this from the v3.8.2 milestone Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants