From 7515773db5af0d886affbe5492660767267b57c7 Mon Sep 17 00:00:00 2001 From: Alex Richert <82525672+AlexanderRichert-NOAA@users.noreply.github.com> Date: Tue, 25 Apr 2023 09:00:54 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1190621..06d31b2 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,13 @@ satisfy the binding needs for ncep_post. This is part of the For complete documentation see https://noaa-emc.github.io/NCEPLIBS-wrf_io/. +To submit bug reports, feature requests, or other code-related issues including installation and usage questions, please create a [GitHub issue](https://github.com/NOAA-EMC/NCEPLIBS-wrf_io/issues). For general NCEPLIBS inquiries, contact [Edward Hartnett](mailto:edward.hartnett@noaa.gov) (secondary point of contact [Alex Richert](mailto:alexander.richert@noaa.gov)). + ## Authors Jacques Middlecoff -Code Manager: George Vandenberghe +Code Manager: [George Vandenberghe](mailto:george.vandenberghe@noaa.gov) ## Prerequisites From 2bab9e814c8257ffd7fee217d0a7a79e1a8f1537 Mon Sep 17 00:00:00 2001 From: Alex Richert <82525672+AlexanderRichert-NOAA@users.noreply.github.com> Date: Mon, 22 May 2023 10:49:26 -0700 Subject: [PATCH 2/4] trigger CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06d31b2..faa4b05 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ satisfy the binding needs for ncep_post. This is part of the For complete documentation see https://noaa-emc.github.io/NCEPLIBS-wrf_io/. -To submit bug reports, feature requests, or other code-related issues including installation and usage questions, please create a [GitHub issue](https://github.com/NOAA-EMC/NCEPLIBS-wrf_io/issues). For general NCEPLIBS inquiries, contact [Edward Hartnett](mailto:edward.hartnett@noaa.gov) (secondary point of contact [Alex Richert](mailto:alexander.richert@noaa.gov)). +To submit bug reports, feature requests, or other code-related issues including installation and usage questions, please create a [GitHub issue](https://github.com/NOAA-EMC/NCEPLIBS-wrf_io/issues). For general NCEPLIBS inquiries, contact [Edward Hartnett](mailto:edward.hartnett@noaa.gov) (secondary point of contact [Alex Richert](mailto:alexander.richert@noaa.gov)). ## Authors From 721fd8bda93c9d488987e150e2f7fa29294099a9 Mon Sep 17 00:00:00 2001 From: Alex Richert <82525672+AlexanderRichert-NOAA@users.noreply.github.com> Date: Mon, 22 May 2023 10:49:55 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faa4b05..06d31b2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ satisfy the binding needs for ncep_post. This is part of the For complete documentation see https://noaa-emc.github.io/NCEPLIBS-wrf_io/. -To submit bug reports, feature requests, or other code-related issues including installation and usage questions, please create a [GitHub issue](https://github.com/NOAA-EMC/NCEPLIBS-wrf_io/issues). For general NCEPLIBS inquiries, contact [Edward Hartnett](mailto:edward.hartnett@noaa.gov) (secondary point of contact [Alex Richert](mailto:alexander.richert@noaa.gov)). +To submit bug reports, feature requests, or other code-related issues including installation and usage questions, please create a [GitHub issue](https://github.com/NOAA-EMC/NCEPLIBS-wrf_io/issues). For general NCEPLIBS inquiries, contact [Edward Hartnett](mailto:edward.hartnett@noaa.gov) (secondary point of contact [Alex Richert](mailto:alexander.richert@noaa.gov)). ## Authors From 3733b22e14c7db6bdb525f679b96d183962ef3aa Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Mon, 22 May 2023 11:14:42 -0700 Subject: [PATCH 4/4] remove paths-ignore for README.md to allow CI to run --- .github/workflows/Intel.yml | 4 ---- .github/workflows/Linux.yml | 4 ---- .github/workflows/MacOS.yml | 4 ---- .github/workflows/developer.yml | 4 ---- 4 files changed, 16 deletions(-) diff --git a/.github/workflows/Intel.yml b/.github/workflows/Intel.yml index 1587f62..2f97fb8 100644 --- a/.github/workflows/Intel.yml +++ b/.github/workflows/Intel.yml @@ -3,13 +3,9 @@ on: push: branches: - develop - paths-ignore: - - README.md pull_request: branches: - develop - paths-ignore: - - README.md # Use custom shell with -l so .bash_profile is sourced which loads intel/oneapi/setvars.sh # without having to do it in manually every step diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 090f7eb..cb64ca1 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -3,13 +3,9 @@ on: push: branches: - develop - paths-ignore: - - README.md pull_request: branches: - develop - paths-ignore: - - README.md jobs: Linux: diff --git a/.github/workflows/MacOS.yml b/.github/workflows/MacOS.yml index 938858e..82a1060 100644 --- a/.github/workflows/MacOS.yml +++ b/.github/workflows/MacOS.yml @@ -3,13 +3,9 @@ on: push: branches: - develop - paths-ignore: - - README.md pull_request: branches: - develop - paths-ignore: - - README.md jobs: MacOS: diff --git a/.github/workflows/developer.yml b/.github/workflows/developer.yml index 158752b..6bc3a62 100644 --- a/.github/workflows/developer.yml +++ b/.github/workflows/developer.yml @@ -3,13 +3,9 @@ on: push: branches: - develop - paths-ignore: - - README.md pull_request: branches: - develop - paths-ignore: - - README.md jobs: developer: