Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add auto-merge #87

Merged
merged 4 commits into from
Dec 3, 2023
Merged

feat: add auto-merge #87

merged 4 commits into from
Dec 3, 2023

Conversation

9renpoto
Copy link
Owner

@9renpoto 9renpoto commented Dec 3, 2023

No description provided.

- name: Enable auto-merge for Dependabot PRs
if: contains(steps.metadata.outputs.dependency-names, 'my-dependency') && steps.metadata.outputs.update-type == 'version-update:semver-patch'
if: contains(steps.metadata.outputs.update-type == 'version-update:semver-patch'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[actionlint] reported by reviewdog 🐶
unexpected end of input while parsing arguments of function call. expecting ",", ")" [expression]

@9renpoto 9renpoto merged commit 313aed7 into main Dec 3, 2023
7 checks passed
@9renpoto 9renpoto deleted the feature branch December 3, 2023 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant