mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
Merge pull request #28177 from ant-design/master
chore: Feature merge master
This commit is contained in:
commit
9178f871a2
4
.github/workflows/label-merge.yml
vendored
4
.github/workflows/label-merge.yml
vendored
@ -6,10 +6,10 @@ on:
|
||||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.head.repo.full_name == 'ant-design/ant-design' && (github.event.pull_request.head.ref == 'master' || github.event.pull_request.head.ref == 'feature')
|
||||
if: github.event.label.name == 'BranchAutoMerge' && github.event.pull_request.head.repo.full_name == 'ant-design/ant-design' && (github.event.pull_request.head.ref == 'master' || github.event.pull_request.head.ref == 'feature')
|
||||
steps:
|
||||
- name: Auto Approve
|
||||
uses: hmarr/auto-approve-action@v2.0.0
|
||||
uses: zombieJ/automerge-action@0.0.2
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
- name: Auto Merge
|
||||
|
@ -373,12 +373,18 @@
|
||||
}
|
||||
|
||||
&-selection {
|
||||
display: flex;
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
|
||||
&-extra {
|
||||
margin-inline-start: @margin-xss;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
margin-inline-start: 100%;
|
||||
padding-inline-start: @padding-xss;
|
||||
|
||||
.@{iconfont-css-prefix} {
|
||||
color: @table-header-icon-color;
|
||||
|
Loading…
Reference in New Issue
Block a user