Skip to content

Commit

Permalink
[fix] remove unnecessary option of version-check
Browse files Browse the repository at this point in the history
  • Loading branch information
glassk committed May 11, 2024
1 parent 849ff44 commit e9bcf7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr-check-version_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
diff-search: true
assume-same-version: old
static-checking: localIsNew

- name: Enforce CHANGELOG.md update
uses: dangoslen/changelog-enforcer@v3
Expand Down
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off",
"YOCO.includeFilePath": true
"YOCO.includeFilePath": true,
"githubPullRequests.ignoredPullRequestBranches": [
"dev"
]
}

0 comments on commit e9bcf7e

Please sign in to comment.