From 059d67224faf71b10965891417c1408ab43c9e97 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Thu, 19 Dec 2024 12:14:57 -0300 Subject: [PATCH] ci: update github org name for the repolinter workflow Org was renamed from quic-yocto to qualcomm-linux. Signed-off-by: Ricardo Salveti --- .github/workflows/repolinter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index b0d9be22..a76113a0 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -9,7 +9,7 @@ on: jobs: repolinter: - if: github.repository == 'quic-yocto/meta-qcom-hwe' + if: github.repository == 'qualcomm-linux/meta-qcom-hwe' runs-on: ubuntu-latest steps: - name: Checkout Repo @@ -28,4 +28,4 @@ jobs: if: steps.check_files.outputs.files_exists == 'false' uses: todogroup/repolinter-action@v1 with: - config_url: "https://raw.githubusercontent.com/quic/.github/main/repolint.json" \ No newline at end of file + config_url: "https://raw.githubusercontent.com/quic/.github/main/repolint.json"