Skip to content

Commit

Permalink
Merge pull request #191 from fingerprintjs/main
Browse files Browse the repository at this point in the history
Sync test with main
  • Loading branch information
ilfa authored Nov 30, 2023
2 parents 0875c72 + e4ba4fe commit 522860f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
CI: true
- name: Run test
run: yarn test
run: yarn test:coverage

- name: Create Coverage Badges
uses: jaywcjlove/coverage-badges-cli@e07f25709cd25486855c1ba1b26da53576ff3620
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/create-pr-to-main.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Create PR

on:
release:
types:
- published

jobs:
create-pr:
name: Create PR
uses: fingerprintjs/dx-team-toolkit/.github/workflows/create-pr.yml@v1
with:
target_branch: ${{ github.event.release.prerelease && 'main' || 'test' }}
tag_name: ${{ github.event.release.tag_name }}
prerelease: ${{ github.event.release.prerelease }}
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}",
"assets": [
"CHANGELOG.md",
"package.json"
Expand Down

0 comments on commit 522860f

Please sign in to comment.