Skip to content

Commit 762195d

Browse files
committed
Changes as per review
1 parent defe8b6 commit 762195d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
- changed-files:
55
- any-glob-to-any-file: 'pkgs/args/**'
66

7-
"package-characters":
7+
"package:characters":
88
- changed-files:
99
- any-glob-to-any-file: 'pkgs/characters/**'

.github/workflows/characters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Dart CI
1+
name: package:characters
22

33
on:
44
# Run CI on pushes to the main branch, and on PRs against main.

pkgs/characters/pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: characters
22
version: 1.3.1
33
description: >-
44
String replacement with operations that are Unicode/grapheme cluster aware.
5-
repository: https://github.com/dart-lang/core/main/pkgs/characters
6-
5+
repository: https://github.com/dart-lang/core/tree/main/pkgs/characters
76
topics:
8-
- strings
9-
- unicode
7+
- strings
8+
- unicode
109

1110
environment:
1211
sdk: ^3.4.0

0 commit comments

Comments
 (0)