From 672349eaa0394539a15b32e1d069ad9d47da247a Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Thu, 25 Aug 2022 15:11:45 -0600 Subject: [PATCH 1/2] Modifications for METbaseimage --- .github/labels/README.md | 3 ++- .github/labels/post_patch_labels.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/labels/README.md b/.github/labels/README.md index f24cdcea75..2236d02809 100644 --- a/.github/labels/README.md +++ b/.github/labels/README.md @@ -31,7 +31,8 @@ Sample commands for processing all METplus repos: ``` # List of METplus repositories REPO_LIST="metplus met metplotpy metcalcpy metdataio metviewer \ - metexpress metplus-training metplus-internal"; + metexpress metplus-training metplus-internal \ + metbaseimage"; # Build commands to add/update common labels for repo in ${REPO_LIST}; do diff --git a/.github/labels/post_patch_labels.sh b/.github/labels/post_patch_labels.sh index 5d436753cc..7c4811f2d5 100755 --- a/.github/labels/post_patch_labels.sh +++ b/.github/labels/post_patch_labels.sh @@ -8,7 +8,7 @@ if [[ $# -ne 4 ]]; then echo "ERROR: `basename $0` ... must specify the GitHub username, authorization key, repository name, and label file." - echo "ERROR: repo names: metplus, met, metdataio, metcalcpy, metplotpy, metviewer, metexpress, metplus-training, metplus-internal" + echo "ERROR: repo names: metplus, met, metdataio, metcalcpy, metplotpy, metviewer, metexpress, metplus-training, metplus-internal, metbaseimage" exit 1 else user=$1 From 2c40072419f902d6497204cd490679d4dd6ee73c Mon Sep 17 00:00:00 2001 From: johnhg Date: Thu, 25 Aug 2022 15:36:01 -0600 Subject: [PATCH 2/2] Update README.md --- .github/labels/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labels/README.md b/.github/labels/README.md index 2236d02809..c369069ae3 100644 --- a/.github/labels/README.md +++ b/.github/labels/README.md @@ -32,7 +32,7 @@ Sample commands for processing all METplus repos: # List of METplus repositories REPO_LIST="metplus met metplotpy metcalcpy metdataio metviewer \ metexpress metplus-training metplus-internal \ - metbaseimage"; + metbaseimage"; # Build commands to add/update common labels for repo in ${REPO_LIST}; do