chaoss / grimoirelab

GrimoireLab: platform for software development analytics and insights
https://chaoss.github.io/grimoirelab/
GNU General Public License v3.0
486 stars 181 forks source link

Fix missing release notes in NEWS file #691

Closed jjmerchante closed 1 month ago

jjmerchante commented 1 month ago

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.