Skip to content

Commit

Permalink
update org
Browse files Browse the repository at this point in the history
  • Loading branch information
venimus committed Jan 15, 2024
1 parent 3700ad4 commit 8197b7e
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
|| (
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/localazy_download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/pending-reviews.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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+"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage-assigned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage-incoming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/triage-move-review-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-jitsi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 8197b7e

Please sign in to comment.