From 2ae79d0ad5f7e0a69382ceaecde604b88a6db0be Mon Sep 17 00:00:00 2001 From: brian d foy Date: Mon, 2 Oct 2023 00:30:26 -0400 Subject: [PATCH] Note the source of the labeler file format --- .github/labeler.yml | 3 +++ util/make_labeler_config | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index bdd640a0..214f9899 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,6 @@ +# Created by util/make_labeler_config at Mon Oct 2 00:29:55 2023 +# https://github.com/marketplace/actions/labeler + "Priority: low": - '**' diff --git a/util/make_labeler_config b/util/make_labeler_config index 0883e67a..15e79124 100755 --- a/util/make_labeler_config +++ b/util/make_labeler_config @@ -12,6 +12,9 @@ chdir "$FindBin::Bin/.."; my $destination = catfile( '.github', 'labeler.yml' ); print <<"HERE"; +# Created by $0 at @{[scalar localtime]} +# https://github.com/marketplace/actions/labeler + "Priority: low": - '**'