From ebdd2242cb575fcff3d49c982ea062a035e46b66 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Wed, 8 Jan 2025 22:14:56 -0400 Subject: [PATCH] chore: misc fixes as part of migration (RHIDP-1022) (#2160) Signed-off-by: Nick Boldt --- .github/actions/docker-build/action.yaml | 2 +- .github/workflows/next-build-image.yaml | 2 +- .github/workflows/pr-build-image.yaml | 4 ++-- .github/workflows/techdocs.yaml | 2 +- .github/workflows/update-backstage.yaml | 2 +- .github/workflows/versioned-build-image.yaml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/docker-build/action.yaml b/.github/actions/docker-build/action.yaml index 0297576773..93d7f662b2 100644 --- a/.github/actions/docker-build/action.yaml +++ b/.github/actions/docker-build/action.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Janus IDP Authors +# Copyright Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/next-build-image.yaml b/.github/workflows/next-build-image.yaml index 5fc0691662..2b53754dc0 100644 --- a/.github/workflows/next-build-image.yaml +++ b/.github/workflows/next-build-image.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Janus IDP Authors +# Copyright Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/pr-build-image.yaml b/.github/workflows/pr-build-image.yaml index f3f2f03546..44578c7c56 100644 --- a/.github/workflows/pr-build-image.yaml +++ b/.github/workflows/pr-build-image.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Janus IDP Authors +# Copyright Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -45,7 +45,7 @@ jobs: - name: Get the latest commits from base branch run: | - git remote add base-origin https://github.com/janus-idp/backstage-showcase || true + git remote add base-origin https://github.com/${{ github.repository }} || true git config user.name "${{ github.event.pull_request.user.login }}" git config user.email "${{ github.event.pull_request.user.email }}" echo "Updating PR with latest commits from ${{ github.event.pull_request.base.ref }} ..." diff --git a/.github/workflows/techdocs.yaml b/.github/workflows/techdocs.yaml index 2475cac993..736c328c2f 100644 --- a/.github/workflows/techdocs.yaml +++ b/.github/workflows/techdocs.yaml @@ -1,4 +1,4 @@ -# Copyright 2023-2024 The Janus IDP Authors +# Copyright Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/update-backstage.yaml b/.github/workflows/update-backstage.yaml index 45348ed192..d43364993f 100644 --- a/.github/workflows/update-backstage.yaml +++ b/.github/workflows/update-backstage.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 The Janus IDP Authors +# Copyright Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/versioned-build-image.yaml b/.github/workflows/versioned-build-image.yaml index 0c570b136b..40067b49e6 100644 --- a/.github/workflows/versioned-build-image.yaml +++ b/.github/workflows/versioned-build-image.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Janus IDP Authors +# Copyright 2023-2025 The RHDH Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# on push of a tag, trigger a container build for that tag and push to http://quay.io/janus-idp/backstage-showcase +# on push of a tag, trigger a container build for that tag and push to http://quay.io/rhdh-community/rhdh name: Versioned on: