feature-open-with-vscode #4

Open
lat5211 wants to merge 7 commits from feature-open-with-vscode into main
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分支也设置为保护分支,和线上一致比较好
Some checks failed
CI/CD Pipeline for DevStar Extension / build (pull_request) Has been cancelled
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature-open-with-vscode:feature-open-with-vscode
git checkout feature-open-with-vscode
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.