You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
If a glob is used under more than one labels, it is supposed to add all the labels where the glob matches.
Actual behaviour:
It is adding only the labels that matches the first. For example, in the configuration given below , if i made changes inside .github it is supposed to add both labels 'made_restricted_changes' and 'github_workflow_changes' instead it is adding only the 'github_workflow_changes' label as it is matched first.
Expected behavior:
If a glob is used under more than one labels, it is supposed to add all the labels where the glob matches.
Actual behaviour:
It is adding only the labels that matches the first. For example, in the configuration given below , if i made changes inside .github it is supposed to add both labels 'made_restricted_changes' and 'github_workflow_changes' instead it is adding only the 'github_workflow_changes' label as it is matched first.
github_workflow_changes:
made_restricted_changes:
NOTE: sample code only , this may not make sense but I have similar use case in my workflow.
The text was updated successfully, but these errors were encountered: