-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add links to the individual issue trackers (#911)
* add links to the individual issue trackers * fix nulls
- Loading branch information
1 parent
9314522
commit dddf276
Showing
7 changed files
with
32 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
# Configuration for .github/workflows/pull_request_label.yml. | ||
# Configuration for .github/workflows/pull_request_label.yml. | ||
|
||
'type-infra': | ||
- changed-files: | ||
- any-glob-to-any-file: '.github/**' | ||
- any-glob-to-any-file: '.github/**' | ||
|
||
'package:intl': | ||
- changed-files: | ||
- any-glob-to-any-file: 'pkgs/intl/**' | ||
- any-glob-to-any-file: 'pkgs/intl/**' | ||
|
||
'package:intl_translation': | ||
'package:intl4x': | ||
- changed-files: | ||
- any-glob-to-any-file: 'pkgs/intl_translation/**' | ||
- any-glob-to-any-file: 'pkgs/intl4x/**' | ||
|
||
'package:intl4x': | ||
'package:intl_translation': | ||
- changed-files: | ||
- any-glob-to-any-file: 'pkgs/intl4x/**' | ||
- any-glob-to-any-file: 'pkgs/intl_translation/**' | ||
|
||
'package:messages': | ||
- changed-files: | ||
- any-glob-to-any-file: 'pkgs/messages/**' | ||
- any-glob-to-any-file: 'pkgs/messages/**' | ||
|
||
'package:messages_serializer': | ||
'package:messages_builder': | ||
- changed-files: | ||
- any-glob-to-any-file: 'pkgs/messages_serializer/**' | ||
- any-glob-to-any-file: 'pkgs/messages_builder/**' | ||
|
||
'package:messages_builder': | ||
'package:messages_serializer': | ||
- changed-files: | ||
- any-glob-to-any-file: 'pkgs/messages_builder/**' | ||
- any-glob-to-any-file: 'pkgs/messages_serializer/**' | ||
|
||
'package:messages_shrinker': | ||
- changed-files: | ||
- any-glob-to-any-file: 'pkgs/messages_shrinker/**' | ||
- any-glob-to-any-file: 'pkgs/messages_shrinker/**' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters