Skip to content

Commit 3f66050

Browse files
committed
ci: upgrade
1 parent fcaca3d commit 3f66050

File tree

6 files changed

+29
-74
lines changed

6 files changed

+29
-74
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/emoji-helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
emoji:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions-cool/[email protected]
11+
- uses: actions-cool/emoji-helper@040b841cb25e2e6f50151c73b5ce12fee57019d2 # v1.0.0
1212
with:
1313
type: 'release'
1414
emoji: '+1, laugh, heart, hooray, rocket, eyes'

.github/workflows/issue-reply.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: help wanted
1212
if: github.event.label.name == 'help wanted'
13-
uses: actions-cool/issues-helper@v3
13+
uses: actions-cool/issues-helper@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
1414
with:
1515
actions: 'create-comment'
1616
issue-number: ${{ github.event.issue.number }}
@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: need reproduction
2121
if: github.event.label.name == 'need reproduction'
22-
uses: actions-cool/issues-helper@v3
22+
uses: actions-cool/issues-helper@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
2323
with:
2424
actions: 'create-comment'
2525
issue-number: ${{ github.event.issue.number }}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Publish Any Commit
2+
on: [push, pull_request]
3+
4+
permissions: {}
5+
6+
jobs:
7+
release:
8+
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
9+
uses: sxzz/workflows/.github/workflows/release-commit.yml@v1
10+
with:
11+
packages: "'./packages/*'"
12+
compact: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
uses: sxzz/workflows/.github/workflows/release.yml@v1
1111
with:
12-
publish: false
12+
publish: true
1313
permissions:
1414
contents: write
1515
id-token: write

.github/workflows/unit-test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Unit Test
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
permissions: {}
10+
11+
jobs:
12+
unit-test:
13+
uses: sxzz/workflows/.github/workflows/unit-test.yml@v1

0 commit comments

Comments
 (0)