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 missing release notes in NEWS file #691

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

jjmerchante
Copy link
Contributor

This PR fixes a bug in the workflow that prevented the NEWS file from being updated. The issue occurred because a boolean input in the if condition must be compared with a boolean value. Additionally, the boolean input in the run section must be compared as a string.

Copy link
Member

@sduenas sduenas left a comment

Choose a reason for hiding this comment

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

LGTM

This commit fixes a bug in the workflow that caused the NEWS file
not to be updated. The issue occurred because a boolean input in
the `if` condition must be compared with a boolean value. Additionally,
when using the boolean input in the run section, it must be compared
as a string.

Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
@sduenas sduenas force-pushed the fix-workflow-news branch from 2034395 to 501d6d7 Compare August 22, 2024 10:45
@sduenas sduenas merged commit 096d9b5 into chaoss:master Aug 22, 2024
1 check passed
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