feature-open-with-vscode #4

Merged
mengning merged 8 commits from feature-open-with-vscode into main 2025-12-31 01:52:08 +00:00
Owner
No description provided.
lat5211 added 6 commits 2025-12-05 07:38:29 +00:00
lat5211 added 1 commit 2025-12-06 02:50:25 +00:00
修改工作流拉取代码部分并添加自动递增版本号
Some checks failed
CI/CD Pipeline for DevStar Extension / build (pull_request) Has been cancelled
d67cb8b6a0
mengning reviewed 2025-12-06 08:41:50 +00:00
@@ -21,0 +34,4 @@
# 配置用户信息
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Owner

这里没有必要命名上使用github,应该使用devstar吧

这里没有必要命名上使用github,应该使用devstar吧
mengning reviewed 2025-12-06 08:42:59 +00:00
@@ -28,3 +70,3 @@
- name: 发布插件
if: gitea.event_name == 'push' && gitea.ref == 'refs/heads/main'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
Owner

目前main分支是保护分支不能直接push,所以这个CI脚本在线上应该不能运行

目前main分支是保护分支不能直接push,所以这个CI脚本在线上应该不能运行
Owner

在本地部署devstar中测试CI脚本时把main分支也设置为保护分支,和线上一致比较好

在本地部署devstar中测试CI脚本时把main分支也设置为保护分支,和线上一致比较好
mengning added 1 commit 2025-12-30 10:35:15 +00:00
Merge branch 'main' into feature-open-with-vscode
All checks were successful
CI/CD Pipeline for DevStar Extension / build (pull_request) Successful in 3m49s
00779b503e
mengning merged commit 67cb6ab7f0 into main 2025-12-31 01:52:08 +00:00
mengning deleted branch feature-open-with-vscode 2025-12-31 01:52:09 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: devstar/devstar-vscode#4
No description provided.