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

fix/v0.1.1 #119

Merged
merged 9 commits into from
Jun 28, 2024
Merged

fix/v0.1.1 #119

merged 9 commits into from
Jun 28, 2024

Conversation

damienbfs
Copy link
Collaborator

No description provided.

@PaulineMauryL
Copy link
Member

Coverage report

This PR does not seem to contain any modification to coverable code.

@@ -20,7 +20,7 @@ jobs:
- name: Get current branch name
run: |
echo ${{ github.head_ref }}
if [[ ! ${{ github.head_ref }} =~ release/* ]]; then
if [[ ! ${{ github.head_ref }} =~ ^(release|hotfix)/ ]]; then
echo "PR to maaster must come from a release branch"
Copy link
Member

Choose a reason for hiding this comment

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

*from a release or hotfix branch

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

right

@damienbfs damienbfs merged commit fc2fd2e into master Jun 28, 2024
7 checks passed
lamd91 pushed a commit that referenced this pull request Sep 8, 2024
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.

2 participants