Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 11, 2024
1 parent 2d6cddf commit 5560a05
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Configuration for .github/workflows/pull_request_label.yml.

"package-args":
- changed-files:
- any-glob-to-any-file: 'pkgs/args/**'
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkgs/args/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![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)
[![Dart CI](https://github.com/dart-lang/core/actions/workflows/args.yaml/badge.svg)](https://github.com/dart-lang/core/actions/workflows/args.yaml)
[![pub package](https://img.shields.io/pub/v/args.svg)](https://pub.dev/packages/args)
[![package publisher](https://img.shields.io/pub/publisher/args.svg)](https://pub.dev/packages/args/publisher)

Expand Down
2 changes: 1 addition & 1 deletion pkgs/args/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.6.0-wip
description: >-
Library for defining parsers for parsing raw command-line arguments into a set
of options and values using GNU and POSIX style options.
repository: https://github.com/dart-lang/args
repository: https://github.com/dart-lang/core/main/pkgs/args

topics:
- cli
Expand Down

0 comments on commit 5560a05

Please sign in to comment.