Skip to content

Commit

Permalink
Merge pull request #6 from mhitza/repo-ansible-run
Browse files Browse the repository at this point in the history
chore: repo-ansible run
  • Loading branch information
CesarScur authored Jan 11, 2024
2 parents 8dcfc2b + 52c879c commit 4e71f93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/git/linkorb_commit.template
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 }}
1 change: 1 addition & 0 deletions repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ codeowners:
pattern: '*'
description: 'Shipyard symfony CLI'
license: mit
license_year: 2023
name: shipyard-cli
type: library
visibility: public
Expand Down

0 comments on commit 4e71f93

Please sign in to comment.