From 3dc6c20476215ff5048f0a4802d8d6ab9bf40304 Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Mon, 20 May 2024 17:26:51 +0530 Subject: [PATCH] Update organization --- .github/workflows/notify-downstream.yaml | 2 +- .github/workflows/triage-labelled.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify-downstream.yaml b/.github/workflows/notify-downstream.yaml index a1c4a28a5ce..8de5da70dcd 100644 --- a/.github/workflows/notify-downstream.yaml +++ b/.github/workflows/notify-downstream.yaml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: include: - - repo: vector-im/element-web + - repo: element-hq/element-web event: element-web-notify - repo: matrix-org/matrix-react-sdk event: upstream-sdk-notify diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index cb013753c56..e464e5b7268 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -6,6 +6,6 @@ on: jobs: call-triage-labelled: - uses: vector-im/element-web/.github/workflows/triage-labelled.yml@develop + uses: element-hq/element-web/.github/workflows/triage-labelled.yml@develop secrets: ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}