From c34773979cc619488b57e05beb1b1d68c0f4fadd Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 13 Jun 2024 17:41:14 -0400 Subject: [PATCH 1/2] ci(rename): correct CI paths for repo rename --- .github/workflows/pr-ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-ci.yaml b/.github/workflows/pr-ci.yaml index 9a9dcf43d..bbd194c1d 100644 --- a/.github/workflows/pr-ci.yaml +++ b/.github/workflows/pr-ci.yaml @@ -227,12 +227,12 @@ jobs: wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O "${HOME}/bin/yq" chmod +x "${HOME}/bin/yq" export PATH="${HOME}/bin:${PATH}" - bash /home/runner/work/cryostat3/cryostat3/schema/update.bash 90 15 + bash /home/runner/work/cryostat/cryostat/schema/update.bash 90 15 set +e - git diff -U10 --exit-code /home/runner/work/cryostat3/cryostat3/schema/openapi.yaml > /home/runner/work/openapi.diff + git diff -U10 --exit-code /home/runner/work/cryostat/cryostat/schema/openapi.yaml > /home/runner/work/openapi.diff echo "openapi_status=$?" >> "$GITHUB_OUTPUT" echo "openapi_diff_file=openapi.diff" >> "$GITHUB_OUTPUT" - git diff -U10 --exit-code /home/runner/work/cryostat3/cryostat3/schema/schema.graphql > /home/runner/work/graphql.diff + git diff -U10 --exit-code /home/runner/work/cryostat/cryostat/schema/schema.graphql > /home/runner/work/graphql.diff echo "graphql_status=$?" >> "$GITHUB_OUTPUT" echo "graphql_diff_file=graphql.diff" >> "$GITHUB_OUTPUT" - uses: actions/upload-artifact@v3 From cdcd3aea1bec2dc55e952d8985e234a103a649cb Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 13 Jun 2024 17:42:00 -0400 Subject: [PATCH 2/2] templates --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/pull_request_template.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 151139c45..c7c2844a9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: enabled contact_links: - name: Cryostat Community Support - url: https://github.com/cryostatio/cryostat3/discussions + url: https://github.com/cryostatio/cryostat/discussions about: Ask general questions about Cryostat here! diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 89997ff46..af9ee1158 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ -# Welcome to Cryostat3! 👋 +# Welcome to Cryostat! 👋 ## Before contributing, make sure you have: -* [ ] Read the [contributing guidelines](https://github.com/cryostatio/cryostat3/blob/main/CONTRIBUTING.md) +* [ ] Read the [contributing guidelines](https://github.com/cryostatio/cryostat/blob/main/CONTRIBUTING.md) * [ ] Linked a relevant issue which this PR resolves * [ ] Linked any other relevant issues, PR's, or documentation, if any * [ ] Resolved all conflicts, if any