Skip to content

Commit

Permalink
Changes as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 16, 2024
1 parent defe8b6 commit 762195d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
- changed-files:
- any-glob-to-any-file: 'pkgs/args/**'

"package-characters":
"package:characters":
- changed-files:
- any-glob-to-any-file: 'pkgs/characters/**'
2 changes: 1 addition & 1 deletion .github/workflows/characters.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dart CI
name: package:characters

on:
# Run CI on pushes to the main branch, and on PRs against main.
Expand Down
7 changes: 3 additions & 4 deletions pkgs/characters/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: characters
version: 1.3.1
description: >-
String replacement with operations that are Unicode/grapheme cluster aware.
repository: https://github.com/dart-lang/core/main/pkgs/characters

repository: https://github.com/dart-lang/core/tree/main/pkgs/characters
topics:
- strings
- unicode
- strings
- unicode

environment:
sdk: ^3.4.0
Expand Down

0 comments on commit 762195d

Please sign in to comment.