Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/qs-6.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 15, 2023
2 parents e0ab110 + c4cacfe commit a39bbf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openactive/data-models",
"version": "2.0.309",
"version": "2.0.311",
"description": "Data models used to drive that OpenActive validator, developer documentation, and model libraries",
"homepage": "https://www.openactive.io",
"author": "OpenActive Community <[email protected]>",
Expand Down

0 comments on commit a39bbf8

Please sign in to comment.