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

Update automatic labelling #2494

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

pierotibou
Copy link
Collaborator

Description

Update the labeller to better catch ci changes, and fix the tracer regexes.
This commit was part of a draft PR I didn't have time to test, so pushing the commit standalone for now.

Reviewer checklist

  • Test coverage seems ok.
  • Appropriate labels assigned.

@pierotibou pierotibou requested a review from a team as a code owner January 30, 2024 10:05
@github-actions github-actions bot added the ci label Jan 30, 2024
- name: "area:asm"
title: "^\\[?(?i)ASM"

- name: "area:asm"
allFilesIn: "(appsec\/.*|docker-compose.yml|.*\/.circleci\/.*)"
allFilesIn: "(appsec\/.*|docker-compose.yml|.circleci\/.*)"
Copy link
Collaborator

@bwoebi bwoebi Jan 30, 2024

Choose a reason for hiding this comment

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

Why do we also match docker-compose & .circleci here (and below) if it's already stopIfMatch for ci?

@@ -1,9 +1,13 @@
labels:
- name: "ci"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- name: "ci"
- name: "build"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants