mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 01:13:58 +08:00
chore: update workflow for 4.x-stable branch (#38706)
This commit is contained in:
parent
c5fe4cab73
commit
c53f48b09a
1
.github/workflows/sync-gitee.yml
vendored
1
.github/workflows/sync-gitee.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
- feature
|
||||
- 2.x-stable
|
||||
- 3.x-stable
|
||||
- 4.x-stable
|
||||
create:
|
||||
|
||||
permissions:
|
||||
|
@ -73,7 +73,7 @@ async function printLog() {
|
||||
type: 'list',
|
||||
name: 'toVersion',
|
||||
message: `🔀 Please choose branch to compare with ${chalk.magenta(fromVersion)}:`,
|
||||
choices: ['master', '3.x-stable', 'feature', 'custom input ⌨️'],
|
||||
choices: ['master', '4.x-stable', '3.x-stable', 'feature', 'custom input ⌨️'],
|
||||
},
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user