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

chore: only validate PR titles; specify list of valid prefixes #646

Merged
merged 1 commit into from
May 2, 2023

Conversation

wesk
Copy link
Collaborator

@wesk wesk commented May 2, 2023

Context: CI was failing for #644, because the PR title followed the ConventionalCommits convention, but the commit title itself did not. The app by default requires that the PR title and at least one commit follows the convention. We do not actually need the commit itself to follow the convention, since when merging, GitHub will by default suggest that the PR title is used in the commit message.

Fix: configure the app to only validate the PR title itself, to make it easier for people to start contributing to Syne Tune.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@wesk wesk force-pushed the 2023-05-02-relax-validation branch from bc12c64 to f37fa3c Compare May 2, 2023 18:50
@wesk wesk requested a review from mseeger May 2, 2023 18:53
@wesk wesk force-pushed the 2023-05-02-relax-validation branch from f37fa3c to 7aa4eed Compare May 2, 2023 18:54
@codecov
Copy link

codecov bot commented May 2, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.01 🎉

Comparison is base (fb0d081) 65.12% compared to head (1a0226b) 65.13%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #646      +/-   ##
==========================================
+ Coverage   65.12%   65.13%   +0.01%     
==========================================
  Files         372      372              
  Lines       27085    27085              
==========================================
+ Hits        17640    17643       +3     
+ Misses       9445     9442       -3     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@wesk wesk merged commit 4ca3afd into main May 2, 2023
@wesk wesk deleted the 2023-05-02-relax-validation branch May 2, 2023 19:23
@wesk wesk added the chore label May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants