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

not adding multiple labels #843

Open
santhoshkpc opened this issue Jan 28, 2025 · 1 comment
Open

not adding multiple labels #843

santhoshkpc opened this issue Jan 28, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@santhoshkpc
Copy link

santhoshkpc commented Jan 28, 2025

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:

  • changed-files:
    • any-glob-to-any-file: '.github/*'
      made_restricted_changes:
  • changed-files:
    • any-glob-to-any-file: '.github/*'

NOTE: sample code only , this may not make sense but I have similar use case in my workflow.

@santhoshkpc santhoshkpc added bug Something isn't working needs triage labels Jan 28, 2025
@mahabaleshwars
Copy link

Hi @santhoshkpc,
Thank you for creating this issue. We will investigate it and provide feedback as soon as we have some updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants