We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ad5c2 commit 35880c8Copy full SHA for 35880c8
.github/workflows/changelog.yml
@@ -15,7 +15,7 @@ concurrency:
15
16
jobs:
17
update:
18
- if: github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v1.')
+ if: github.repository_owner == 'pinia-orm' && !contains(github.event.head_commit.message, 'v1.')
19
runs-on: ubuntu-latest
20
21
steps:
0 commit comments