feat(healthcheck/releasetag): recommended tag listcheck #57

Closed
周赵嘉程521432910016 wants to merge 8 commits from feat/releasetag into master
No description provided.
周赵嘉程521432910016 added 1 commit 2024-10-11 19:21:09 +08:00
feat(healthcheck/releasetag): recommended tag listcheck
Some checks failed
build / build (push) Failing after 32s
build / trigger-build-image (push) Has been skipped
build / build (pull_request) Failing after 35s
build / trigger-build-image (pull_request) Has been skipped
1e0cbb48f0
周赵嘉程521432910016 added 1 commit 2024-10-11 19:27:29 +08:00
fix(healthcheck/releasetag): args
Some checks failed
build / build (pull_request) Failing after 1m14s
build / trigger-build-image (pull_request) Has been skipped
build / build (push) Failing after 1m19s
build / trigger-build-image (push) Has been skipped
762b1aa49d
周赵嘉程521432910016 added 1 commit 2024-10-13 11:38:45 +08:00
Merge branch 'master' into feat/releasetag
All checks were successful
build / build (push) Successful in 1m5s
build / build (pull_request) Successful in 1m4s
build / trigger-build-image (push) Has been skipped
build / trigger-build-image (pull_request) Has been skipped
a5767cf040
周赵嘉程521432910016 added 2 commits 2024-10-13 12:39:23 +08:00
Merge branch 'master' into feat/releasetag
Some checks failed
build / build (push) Failing after 35s
build / build (pull_request) Failing after 34s
build / trigger-build-image (push) Has been skipped
build / trigger-build-image (pull_request) Has been skipped
e7e24f7c8f
周赵嘉程521432910016 added 1 commit 2024-10-13 12:45:05 +08:00
fix(healthcheck/release): style check
Some checks failed
build / build (push) Failing after 36s
build / trigger-build-image (push) Has been skipped
build / build (pull_request) Failing after 32s
build / trigger-build-image (pull_request) Has been skipped
742d1f07c0
周赵嘉程521432910016 added 1 commit 2024-10-13 12:51:42 +08:00
fix(healthcheck/release): bad function call
All checks were successful
build / build (push) Successful in 1m5s
build / trigger-build-image (push) Has been skipped
build / build (pull_request) Successful in 1m7s
build / trigger-build-image (pull_request) Has been skipped
367622da35
周赵嘉程521432910016 changed title from WIP: feat(healthcheck/releasetag): recommended tag listcheck to feat(healthcheck/releasetag): recommended tag listcheck 2024-10-13 14:41:21 +08:00
周赵嘉程521432910016 added 1 commit 2024-10-13 14:41:26 +08:00
Merge branch 'master' into feat/releasetag
All checks were successful
build / build (pull_request) Successful in 1m6s
build / build (push) Successful in 1m10s
build / trigger-build-image (pull_request) Has been skipped
build / trigger-build-image (push) Has been skipped
04ee64a79c
周赵嘉程521432910016 requested review from 张泊明518370910136 2024-10-13 14:42:46 +08:00

Tags are already checked here:

if tag != "" && conventionalCommit.Scope != tag {
.

As we force tag == scope in msg to run JOJ3, there is no need to check it here.

Tags are already checked here: https://focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/src/commit/92d88091ff3780c71df5ca9f0e68d521db290c76/cmd/joj3/conf/conf.go#L213. As we force `tag == scope in msg` to run JOJ3, there is no need to check it here.
All checks were successful
build / build (pull_request) Successful in 1m6s
Required
Details
build / build (push) Successful in 1m10s
Required
Details
build / trigger-build-image (pull_request) Has been skipped
build / trigger-build-image (push) Has been skipped

Pull request closed

Sign in to join this conversation.
No description provided.