Skip to content

Commit

Permalink
Merge commit '793c4f5342590b3798fb37f412e9243022b75ba8' into ffigen-11
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Jan 2, 2024
2 parents 465dcea + 793c4f5 commit 200885e
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
# Configuration for .github/workflows/pull_request_label.yml.

'type-infra':
- '.github/**'
- changed-files:
- any-glob-to-any-file: '.github/**'

'package:ffigen':
- 'pkgs/ffigen/**'
- changed-files:
- any-glob-to-any-file: 'pkgs/ffigen/**'

'package:jnigen':
- 'pkgs/jnigen/**'
- changed-files:
- any-glob-to-any-file: 'pkgs/jnigen/**'

'package:jni':
- 'pkgs/jni/**'
- changed-files:
- any-glob-to-any-file: 'pkgs/jni/**'

'package:native_assets_builder':
- 'pkgs/native_assets_builder/**'
- changed-files:
- any-glob-to-any-file: 'pkgs/native_assets_builder/**'

'package:native_assets_cli':
- 'pkgs/native_assets_cli/**'
- changed-files:
- any-glob-to-any-file: 'pkgs/native_assets_cli/**'

'package:native_toolchain_c':
- 'pkgs/native_toolchain_c/**'
- changed-files:
- any-glob-to-any-file: 'pkgs/native_toolchain_c/**'

0 comments on commit 200885e

Please sign in to comment.