Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature update labels #1765

Merged
merged 2 commits into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/labels/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/labels/post_patch_labels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down