Skip to content

Commit b3264f8

Browse files
committed
Changes as per review
1 parent ada5eb0 commit b3264f8

File tree

4 files changed

+6
-39
lines changed

4 files changed

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

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

33
on:
44
# Run on PRs and pushes to the default branch.

pkgs/async/CONTRIBUTING.md

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

pkgs/async/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: async
22
version: 2.12.0
33
description: Utility functions and classes related to the 'dart:async' library.
4-
repository: https://github.com/dart-lang/core/main/pkgs/async
4+
repository: https://github.com/dart-lang/core/tree/main/pkgs/async
5+
6+
topics:
7+
- async
58

69
environment:
710
sdk: ^3.4.0
@@ -15,6 +18,3 @@ dev_dependencies:
1518
fake_async: ^1.2.0
1619
stack_trace: ^1.10.0
1720
test: ^1.16.6
18-
19-
topics:
20-
- async

0 commit comments

Comments
 (0)