Skip to content

Commit 3303cce

Browse files
committed
Changes as per review
1 parent b0e5899 commit 3303cce

File tree

4 files changed

+3
-36
lines changed

4 files changed

+3
-36
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-convert":
7+
"package:convert":
88
- changed-files:
99
- any-glob-to-any-file: 'pkgs/convert/**'

.github/workflows/convert.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:convert
22

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

pkgs/convert/CONTRIBUTING.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

pkgs/convert/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 3.1.2
33
description: >-
44
Utilities for converting between data representations.
55
Provides a number of Sink, Codec, Decoder, and Encoder types.
6-
repository: https://github.com/dart-lang/core/main/pkgs/convert
6+
repository: https://github.com/dart-lang/core/tree/main/pkgs/convert
77

88
environment:
99
sdk: ^3.4.0

0 commit comments

Comments
 (0)