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

CLP-0000: Add an input type to specify update types for dependabot automerge workflow #286

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

ingvaar
Copy link
Contributor

@ingvaar ingvaar commented Oct 14, 2024

Type of Change

  • Bugfix
  • Enhancement / new feature
  • Refactoring
  • Documentation

Description

This PR adds 2 inputs to the automerge dependabot workflow:

  • update-types: Specify which kind of updates you allow to automerge. Possible values are: minor, major, patch. (Default value: minor,patch)
  • include-pre-release: Specify if you want to allow automerge of pre-release, semver starting with 0.. (Default value: false)

Checklist

  • Add relevant labels (for example type of change or patch/minor/major)
  • Make sure not to introduce some mistakes
  • Update documentation
  • Review the Contributing Guideline and sign CLA
  • Reference relevant issue(s) and close them after merging

@ingvaar ingvaar added minor Pull requests with new features github_actions Pull requests that update GitHub Actions code labels Oct 14, 2024
@ingvaar ingvaar self-assigned this Oct 14, 2024
@ingvaar ingvaar requested a review from a team as a code owner October 14, 2024 16:27
@ingvaar ingvaar force-pushed the CLP-0000_automerge_update_types branch from a5fedab to 272c6c7 Compare October 14, 2024 16:29
@ingvaar ingvaar force-pushed the CLP-0000_automerge_update_types branch from 272c6c7 to 3855460 Compare October 14, 2024 16:32
@flaxel flaxel added enhancement New feature or request and removed github_actions Pull requests that update GitHub Actions code labels Oct 14, 2024
Copy link
Contributor

@flaxel flaxel left a comment

Choose a reason for hiding this comment

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

Really nice improvement! 🚀 Code looks good.

Copy link
Contributor

@timdittler timdittler left a comment

Choose a reason for hiding this comment

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

LGTM

@ingvaar ingvaar merged commit 3e20ac6 into main Oct 15, 2024
7 checks passed
@ingvaar ingvaar deleted the CLP-0000_automerge_update_types branch October 15, 2024 08:42
@github-actions github-actions bot locked and limited conversation to collaborators Oct 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request minor Pull requests with new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants