Skip to content

Commit

Permalink
chore: repo-ansible run
Browse files Browse the repository at this point in the history
  • Loading branch information
mhitza committed Jan 11, 2024
1 parent deb8dd9 commit 885faef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/git/linkorb_commit.template
@@ -1,4 +1,4 @@
# See https://engineering.linkorb.com/topics/github-codespaces/articles/commit-standards for more information
# See https://engineering.linkorb.com/topics/git/articles/commit-standards/ for more information
#
# Write a 50-character or less commit header below
# It should take the form: <type>[scope]: <description> #<cardNumber>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Enable auto-merge for Dependabot PRs
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'
run: gh pr merge --auto --merge "$PR_URL"
run: gh pr merge --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ github.token }}

0 comments on commit 885faef

Please sign in to comment.