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

Configure Dependabot to prefix GitHub Action update pull requests with "ci" #139

Closed
ShahradR opened this issue Apr 17, 2021 · 1 comment · Fixed by #180
Closed

Configure Dependabot to prefix GitHub Action update pull requests with "ci" #139

ShahradR opened this issue Apr 17, 2021 · 1 comment · Fixed by #180
Assignees
Labels
bug Something isn't working released

Comments

@ShahradR
Copy link
Owner

Because this project is configured to use semantic versioning, pull requests opened by Dependabot to update the version for GitHub Actions used in the CI workflow create new releases when merged, since they start with "fix".

dependabot-actions

Dependabot should be configured to open Action-related pull requests using the "ci" prefix instead, preventing new releases from being created when no new functionality is added to the application, while using a more appropriate scope.

@ShahradR ShahradR added the bug Something isn't working label Apr 17, 2021
@ShahradR ShahradR self-assigned this Apr 17, 2021
ShahradR added a commit that referenced this issue Aug 31, 2021
Configure Dependabot to create GitHub Action pull requests with the "ci"
prefix instead of "fix", preventing semantic-release from creating new
versions of the application when merging updates to the CI/CD pipeline.

Associated issue: #139
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 2.0.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant