Skip to content

Commit

Permalink
fix some regexes for labeller
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotibou committed Nov 30, 2023
1 parent 55674d8 commit 3891c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/labeller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ labels:
allFilesIn: "(appsec\/.*|docker-compose.yml|.*\/.circleci\/.*)"

- name: "profiling"
title: "^*(profiler)"
title: "^.*\\(profiler\\)"

- name: "profiling"
title: "^*(profiling)"
title: "^.*\\(profiling\\)"

- name: "profiling"
allFilesIn: "(profiling\/.*|docker-compose.yml|.*\/.circleci\/.*)"
Expand Down

0 comments on commit 3891c38

Please sign in to comment.