Skip to content

Commit

Permalink
ci: update github org name for the repolinter workflow
Browse files Browse the repository at this point in the history
Org was renamed from quic-yocto to qualcomm-linux.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed Dec 19, 2024
1 parent f89f132 commit 059d672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
config_url: "https://raw.githubusercontent.com/quic/.github/main/repolint.json"

0 comments on commit 059d672

Please sign in to comment.