Skip to content

Commit

Permalink
chore(ci): add A-cfg label to auto-labler. (#3772)
Browse files Browse the repository at this point in the history
I have already added the `A-cfg` label if you don't want to merge this
please also remove the said label.
  • Loading branch information
rzvxa authored Jun 19, 2024
1 parent a658ca8 commit 315f9ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ A-ast:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_ast/**']

A-cfg:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_cfg/**']

A-cli:
- changed-files:
- any-glob-to-any-file: ['apps/oxlint/**']
Expand Down

0 comments on commit 315f9ad

Please sign in to comment.