Skip to content

Commit a39bbf8

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/qs-6.11.2
2 parents e0ab110 + c4cacfe commit a39bbf8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- name: Enable auto-merge for Dependabot PRs
19-
run: gh pr merge --auto --merge "$PR_URL"
19+
run: gh pr merge --auto --squash "$PR_URL"
2020
env:
2121
PR_URL: ${{github.event.pull_request.html_url}}
2222
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openactive/data-models",
3-
"version": "2.0.309",
3+
"version": "2.0.311",
44
"description": "Data models used to drive that OpenActive validator, developer documentation, and model libraries",
55
"homepage": "https://www.openactive.io",
66
"author": "OpenActive Community <hello@openactive.io>",

0 commit comments

Comments
 (0)