Skip to content

Commit

Permalink
chore: add support for labelling A-ast-tools. (#4857)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa authored Aug 13, 2024
1 parent 0a01a47 commit c4354da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .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-ast-tools:
- changed-files:
- any-glob-to-any-file: ['tasks/ast_tools/**']

A-cfg:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_cfg/**']
Expand Down Expand Up @@ -44,4 +48,4 @@ A-type-checking:

A-isolated-declarations:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_isolated_declarations/**']
- any-glob-to-any-file: ['crates/oxc_isolated_declarations/**']

0 comments on commit c4354da

Please sign in to comment.