Skip to content

Commit 5560a05

Browse files
committed
Fix workflows
1 parent 2d6cddf commit 5560a05

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed
File renamed without changes.

.github/labeler.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Configuration for .github/workflows/pull_request_label.yml.
2+
3+
"package-args":
4+
- changed-files:
5+
- any-glob-to-any-file: 'pkgs/args/**'
File renamed without changes.
File renamed without changes.

pkgs/args/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Dart CI](https://github.com/dart-lang/args/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/args/actions/workflows/test-package.yml)
1+
[![Dart CI](https://github.com/dart-lang/core/actions/workflows/args.yaml/badge.svg)](https://github.com/dart-lang/core/actions/workflows/args.yaml)
22
[![pub package](https://img.shields.io/pub/v/args.svg)](https://pub.dev/packages/args)
33
[![package publisher](https://img.shields.io/pub/publisher/args.svg)](https://pub.dev/packages/args/publisher)
44

pkgs/args/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.6.0-wip
33
description: >-
44
Library for defining parsers for parsing raw command-line arguments into a set
55
of options and values using GNU and POSIX style options.
6-
repository: https://github.com/dart-lang/args
6+
repository: https://github.com/dart-lang/core/main/pkgs/args
77

88
topics:
99
- cli

0 commit comments

Comments
 (0)