update org

pull/27073/head
Ivaylo Badinov 2024-01-15 18:58:17 +02:00
parent 3700ad46c3
commit 8197b7e9c2
13 changed files with 14 additions and 14 deletions

View File

@ -15,7 +15,7 @@ jobs:
# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target.
if: >
github.event.pull_request.merged
&& github.repository == 'vector-im/element-web'
&& github.repository == 'element-hq/element-web'
&& (
github.event.action == 'closed'
|| (

View File

@ -6,7 +6,7 @@ concurrency: ${{ github.workflow }}
jobs:
build:
name: Build package
if: github.event.release.prerelease == false && github.repository == 'vector-im/element-web'
if: github.event.release.prerelease == false && github.repository == 'element-hq/element-web'
environment: packages.element.io
runs-on: ubuntu-latest
env:

View File

@ -18,7 +18,7 @@ jobs:
build:
name: GitHub Pages
# Only respect triggers from our develop branch, ignore that of forks
if: github.repository == 'vector-im/element-web'
if: github.repository == 'element-hq/element-web'
runs-on: ubuntu-latest
steps:
- name: Fetch element-desktop

View File

@ -8,7 +8,7 @@ jobs:
tidy:
name: Tidy closed issues
runs-on: ubuntu-latest
if: github.repository == 'vector-im/element-web'
if: github.repository == 'element-hq/element-web'
steps:
- uses: actions/github-script@v7
id: main

View File

@ -5,7 +5,7 @@ on:
- cron: "0 6 * * 1,3,5" # Every Monday, Wednesday and Friday at 6am UTC
jobs:
download:
if: github.repository == 'vector-im/element-web'
if: github.repository == 'element-hq/element-web'
uses: matrix-org/matrix-web-i18n/.github/workflows/localazy_download.yaml@main
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}

View File

@ -9,7 +9,7 @@ jobs:
name: Pending reviews bot
runs-on: ubuntu-latest
environment: Matrix
if: github.repository == 'vector-im/element-web'
if: github.repository == 'element-hq/element-web'
env:
URL: "https://github.com/pulls?q=is%3Apr+is%3Aopen+repo%3Amatrix-org%2Fmatrix-js-sdk+repo%3Amatrix-org%2Fmatrix-react-sdk+repo%3Aelement-hq%2Felement-web+repo%3Aelement-hq%2Felement-desktop+review-requested%3A%40me+sort%3Aupdated-desc+"
RELEASE_BLOCKERS_URL: "https://github.com/pulls?q=is%3Aopen+repo%3Amatrix-org%2Fmatrix-js-sdk+repo%3Amatrix-org%2Fmatrix-react-sdk+repo%3Aelement-hq%2Felement-web+repo%3Aelement-hq%2Felement-desktop+sort%3Aupdated-desc+label%3AX-Release-Blocker+"

View File

@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: true
jobs:
sonarqube:
if: github.repository == 'vector-im/element-web'
if: github.repository == 'element-hq/element-web'
name: 🩻 SonarQube
uses: matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@develop
secrets:

View File

@ -10,7 +10,7 @@ on:
- .github/labels.yml
jobs:
sync-labels:
if: github.repository == 'vector-im/element-web'
if: github.repository == 'element-hq/element-web'
uses: element-hq/element-meta/.github/workflows/sync-labels.yml@develop
with:
LABELS: |

View File

@ -8,7 +8,7 @@ jobs:
web-app-team:
runs-on: ubuntu-latest
if: |
github.repository == 'vector-im/element-web' && (
github.repository == 'element-hq/element-web' && (
contains(github.event.issue.assignees.*.login, 't3chguy') ||
contains(github.event.issue.assignees.*.login, 'andybalaam') ||
contains(github.event.issue.assignees.*.login, 'justjanne')

View File

@ -7,7 +7,7 @@ on:
jobs:
automate-project-columns:
runs-on: ubuntu-latest
if: github.repository == 'vector-im/element-web'
if: github.repository == 'element-hq/element-web'
steps:
- uses: alex-page/github-project-automation-plus@303f24a24c67ce7adf565a07e96720faf126fe36
with:

View File

@ -7,7 +7,7 @@ jobs:
add_design_pr_to_project:
name: Move PRs asking for design review to the design board
runs-on: ubuntu-latest
if: github.repository == 'vector-im/element-web'
if: github.repository == 'element-hq/element-web'
steps:
- uses: octokit/graphql-action@v2.x
id: find_team_members
@ -75,7 +75,7 @@ jobs:
add_product_pr_to_project:
name: Move PRs asking for design review to the design board
runs-on: ubuntu-latest
if: github.repository == 'vector-im/element-web'
if: github.repository == 'element-hq/element-web'
steps:
- uses: octokit/graphql-action@v2.x
id: find_team_members

View File

@ -6,7 +6,7 @@ on:
- cron: "0 3 * * 0" # 3am every Sunday
jobs:
update:
if: github.repository == 'vector-im/element-web'
if: github.repository == 'element-hq/element-web'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@ -4,6 +4,6 @@ on:
jobs:
upgrade:
uses: matrix-org/matrix-js-sdk/.github/workflows/upgrade_dependencies.yml@develop
if: github.repository == 'vector-im/element-web'
if: github.repository == 'element-hq/element-web'
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}