ARM-software / acle

Arm C Language Extensions (ACLE)
Other
85 stars 54 forks source link

[BUG] CI Job that checks draftversion gives wrong result in non-"main" branches #327

Closed vhscampos closed 1 month ago

vhscampos commented 2 months ago

Describe the bug

The CI job that checks the draftversion expects its value to be "true" in any given modified file. This check only makes sense in the "main" branch, and because of this it fails in any commit or PR that targets a release branch.