From ece0aeafc3f01937a1c76efa5ca09748dfc97477 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 14 Oct 2024 16:13:25 +0200 Subject: [PATCH 1/2] Fix typo in readme --- README.md | 3 +-- pkgs/placeholder | 0 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 pkgs/placeholder diff --git a/README.md b/README.md index 7b81d0b4..1205554f 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ This repository is home to various Dart packages under the [dart.dev](https://pu | Package | Description | Version | |---|---|---| -| [args](pkgs/args/) | Library for defining parsers for parsing raw command-line arguments into a set - of options and values. | [![pub package](https://img.shields.io/pub/v/args.svg)](https://pub.dev/packages/args) | +| [args](pkgs/args/) | Library for defining parsers for parsing raw command-line arguments into a set of options and values. | [![pub package](https://img.shields.io/pub/v/args.svg)](https://pub.dev/packages/args) | ## Publishing automation diff --git a/pkgs/placeholder b/pkgs/placeholder deleted file mode 100644 index e69de29b..00000000 From bc949107f9818a8c3cc3898022cf2163e75ef3df Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 14 Oct 2024 16:15:29 +0200 Subject: [PATCH 2/2] Fix labeler ending --- .github/{labeler.yaml => labeler.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{labeler.yaml => labeler.yml} (56%) diff --git a/.github/labeler.yaml b/.github/labeler.yml similarity index 56% rename from .github/labeler.yaml rename to .github/labeler.yml index 074dd1f4..62e1bfae 100644 --- a/.github/labeler.yaml +++ b/.github/labeler.yml @@ -1,4 +1,4 @@ -# Configuration for .github/workflows/pull_request_label.yml. +# Configuration for .github/workflows/pull_request_label.yaml. "package-args": - changed-files: