Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed Dec 30, 2023
1 parent 8815d06 commit 53e9595
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/changeset-check.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: PR Changeset Check

on:
pull_request_target:
pull_request:
types:
- opened
- synchronize

jobs:
check_changeset:
runs-on: ubuntu-latest

permissions:
pull-requests: write
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit 53e9595

Please sign in to comment.