Skip to content

Commit a7d2c9a

Browse files
authored
Merge pull request #62 from cloudcome/feat/v0.x
Feat/v0.x
2 parents ebfdc2b + be177f4 commit a7d2c9a

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
83
- package-ecosystem: npm

.github/workflows/code-review.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- master
77
- v*.x
88
pull_request:
9-
branches:
10-
- master
11-
- v*.x
129
schedule:
1310
# 每天凌晨 3 点(UTC)
1411
- cron: '0 3 * * *'
@@ -17,17 +14,13 @@ permissions:
1714
contents: read
1815

1916
jobs:
20-
code-review:
17+
Lint and Test:
2118
runs-on: ubuntu-latest
2219
steps:
2320
- run: |
2421
sudo rm /etc/localtime
2522
sudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
2623
- uses: actions/checkout@v3
27-
- uses: actions/dependency-review-action@v3
28-
with:
29-
base_ref: ${{ github.base_ref }}
30-
head_ref: ${{ github.head_ref }}
3124
- uses: actions/setup-node@v3
3225
with:
3326
node-version: 18

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
pull-requests: write
1111

1212
jobs:
13-
release-please:
13+
Release PR or Release Publish:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- run: |

0 commit comments

Comments
 (0)