Skip to content

Commit b6e3e87

Browse files
committed
Organization renaming: vector-im -> element-hq
1 parent 6d65a74 commit b6e3e87

14 files changed

+33
-33
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
schedule:
1212
interval: "weekly"
1313
reviewers:
14-
- "vector-im/element-android-reviewers"
14+
- "element-hq/element-android-reviewers"
1515
ignore:
1616
- dependency-name: "*"
1717
# Updates for Gradle dependencies used in the app
@@ -21,7 +21,7 @@ updates:
2121
interval: "daily"
2222
open-pull-requests-limit: 200
2323
reviewers:
24-
- "vector-im/element-android-reviewers"
24+
- "element-hq/element-android-reviewers"
2525
allow:
2626
- dependency-name: "io.element.android:wysiwyg"
2727
- dependency-name: "org.matrix.rustcomponents:crypto-android"

.github/workflows/sync-from-external-sources.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
sync-emojis:
1010
runs-on: ubuntu-latest
1111
# Skip in forks
12-
if: github.repository == 'vector-im/element-android'
12+
if: github.repository == 'element-hq/element-android'
1313
# No concurrency required, runs every time on a schedule.
1414
steps:
1515
- uses: actions/checkout@v3
@@ -36,7 +36,7 @@ jobs:
3636
sync-sas-strings:
3737
runs-on: ubuntu-latest
3838
# Skip in forks
39-
if: github.repository == 'vector-im/element-android'
39+
if: github.repository == 'element-hq/element-android'
4040
# No concurrency required, runs every time on a schedule.
4141
steps:
4242
- uses: actions/checkout@v3
@@ -62,7 +62,7 @@ jobs:
6262
sync-analytics-plan:
6363
runs-on: ubuntu-latest
6464
# Skip in forks
65-
if: github.repository == 'vector-im/element-android'
65+
if: github.repository == 'element-hq/element-android'
6666
# No concurrency required, runs every time on a schedule.
6767
steps:
6868
- uses: actions/checkout@v3

.github/workflows/triage-incoming.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
automate-project-columns:
99
runs-on: ubuntu-latest
1010
# Skip in forks
11-
if: github.repository == 'vector-im/element-android'
11+
if: github.repository == 'element-hq/element-android'
1212
steps:
1313
- uses: alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43
1414
with:
@@ -21,5 +21,5 @@ jobs:
2121
steps:
2222
- uses: actions/add-to-project@main
2323
with:
24-
project-url: https://github.com/orgs/vector-im/projects/91
24+
project-url: https://github.com/orgs/element-hq/projects/91
2525
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}

.github/workflows/triage-labelled.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: X-Needs-Info issues to Need info column on triage board
5252
runs-on: ubuntu-latest
5353
# Skip in forks
54-
if: github.repository == 'vector-im/element-android'
54+
if: github.repository == 'element-hq/element-android'
5555
steps:
5656
- uses: konradpabjan/move-labeled-or-milestoned-issue@219d384e03fa4b6460cd24f9f37d19eb033a4338
5757
with:
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
# Skip in forks
6767
if: >
68-
github.repository == 'vector-im/element-android' &&
68+
github.repository == 'element-hq/element-android' &&
6969
contains(github.event.issue.labels.*.name, 'X-Needs-Design') &&
7070
(contains(github.event.issue.labels.*.name, 'S-Critical') &&
7171
(contains(github.event.issue.labels.*.name, 'O-Frequent') ||
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/add-to-project@main
7878
with:
79-
project-url: https://github.com/orgs/vector-im/projects/18
79+
project-url: https://github.com/orgs/element-hq/projects/18
8080
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
8181

8282
add_product_issues:
@@ -87,15 +87,15 @@ jobs:
8787
steps:
8888
- uses: actions/add-to-project@main
8989
with:
90-
project-url: https://github.com/orgs/vector-im/projects/28
90+
project-url: https://github.com/orgs/element-hq/projects/28
9191
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
9292

9393
move_element_x_issues:
9494
name: ElementX issues to ElementX project board
9595
runs-on: ubuntu-latest
9696
# Skip in forks
9797
if: >
98-
github.repository == 'vector-im/element-android' &&
98+
github.repository == 'element-hq/element-android' &&
9999
(contains(github.event.issue.labels.*.name, 'Z-BBQ-Alpha') ||
100100
contains(github.event.issue.labels.*.name, 'Z-BBQ-Beta') ||
101101
contains(github.event.issue.labels.*.name, 'Z-BBQ-Release') ||
@@ -105,7 +105,7 @@ jobs:
105105
steps:
106106
- uses: actions/add-to-project@main
107107
with:
108-
project-url: https://github.com/orgs/vector-im/projects/43
108+
project-url: https://github.com/orgs/element-hq/projects/43
109109
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
110110

111111
ex_plorers:
@@ -116,7 +116,7 @@ jobs:
116116
steps:
117117
- uses: actions/add-to-project@main
118118
with:
119-
project-url: https://github.com/orgs/vector-im/projects/73
119+
project-url: https://github.com/orgs/element-hq/projects/73
120120
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
121121

122122
ps_features1:
@@ -132,7 +132,7 @@ jobs:
132132
steps:
133133
- uses: actions/add-to-project@main
134134
with:
135-
project-url: https://github.com/orgs/vector-im/projects/56
135+
project-url: https://github.com/orgs/element-hq/projects/56
136136
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
137137

138138
ps_features2:
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145
- uses: actions/add-to-project@main
146146
with:
147-
project-url: https://github.com/orgs/vector-im/projects/58
147+
project-url: https://github.com/orgs/element-hq/projects/58
148148
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
149149

150150
ps_features3:
@@ -155,7 +155,7 @@ jobs:
155155
steps:
156156
- uses: actions/add-to-project@main
157157
with:
158-
project-url: https://github.com/orgs/vector-im/projects/57
158+
project-url: https://github.com/orgs/element-hq/projects/57
159159
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
160160

161161
voip:
@@ -166,5 +166,5 @@ jobs:
166166
steps:
167167
- uses: actions/add-to-project@main
168168
with:
169-
project-url: https://github.com/orgs/vector-im/projects/41
169+
project-url: https://github.com/orgs/element-hq/projects/41
170170
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}

.github/workflows/triage-move-review-requests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
name: Move PRs asking for design review to the design board
99
runs-on: ubuntu-latest
1010
# Skip in forks
11-
if: github.repository == 'vector-im/element-android'
11+
if: github.repository == 'element-hq/element-android'
1212
steps:
1313
- uses: octokit/graphql-action@v2.x
1414
id: find_team_members
1515
with:
1616
headers: '{"GraphQL-Features": "projects_next_graphql"}'
1717
query: |
1818
query find_team_members($team: String!) {
19-
organization(login: "vector-im") {
19+
organization(login: "element-hq") {
2020
team(slug: $team) {
2121
members {
2222
nodes {
@@ -77,15 +77,15 @@ jobs:
7777
name: Move PRs asking for product review to the product board
7878
runs-on: ubuntu-latest
7979
# Skip in forks
80-
if: github.repository == 'vector-im/element-android'
80+
if: github.repository == 'element-hq/element-android'
8181
steps:
8282
- uses: octokit/graphql-action@v2.x
8383
id: find_team_members
8484
with:
8585
headers: '{"GraphQL-Features": "projects_next_graphql"}'
8686
query: |
8787
query find_team_members($team: String!) {
88-
organization(login: "vector-im") {
88+
organization(login: "element-hq") {
8989
team(slug: $team) {
9090
members {
9191
nodes {

.github/workflows/triage-priority-bugs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
# Skip in forks
1111
if: >
12-
github.repository == 'vector-im/element-android' &&
12+
github.repository == 'element-hq/element-android' &&
1313
(!contains(github.event.issue.labels.*.name, 'A-E2EE') &&
1414
!contains(github.event.issue.labels.*.name, 'A-E2EE-Cross-Signing') &&
1515
!contains(github.event.issue.labels.*.name, 'A-E2EE-Dehydration') &&
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
# Skip in forks
3636
if: >
37-
github.repository == 'vector-im/element-android' &&
37+
github.repository == 'element-hq/element-android' &&
3838
(contains(github.event.issue.labels.*.name, 'Z-UISI') ||
3939
(contains(github.event.issue.labels.*.name, 'A-E2EE') ||
4040
contains(github.event.issue.labels.*.name, 'A-E2EE-Cross-Signing') ||

.github/workflows/triage-unlabelled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
# Skip in forks
1212
if: >
13-
github.repository == 'vector-im/element-android' &&
13+
github.repository == 'element-hq/element-android' &&
1414
!contains(github.event.issue.labels.*.name, 'X-Needs-Info')
1515
env:
1616
BOARD_NAME: "Issue triage"

.github/workflows/update-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Update Gradle Wrapper
1515
uses: gradle-update/update-gradle-wrapper-action@v1
1616
# Skip in forks
17-
if: github.repository == 'vector-im/element-android'
17+
if: github.repository == 'element-hq/element-android'
1818
with:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020
target-branch: develop

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ Changes in Element v1.1.13 (2021-07-19)
22022202

22032203
Features ✨
22042204
----------
2205-
- Remove redundant mimetype (vector-im/element-web#2547) ([#3273](https://github.com/element-hq/element-android/issues/3273))
2205+
- Remove redundant mimetype (element-hq/element-web#2547) ([#3273](https://github.com/element-hq/element-android/issues/3273))
22062206
- Room version capabilities and room upgrade support, better error feedback ([#3551](https://github.com/element-hq/element-android/issues/3551))
22072207
- Add retry support in room addresses screen ([#3635](https://github.com/element-hq/element-android/issues/3635))
22082208
- Better management of permission requests ([#3667](https://github.com/element-hq/element-android/issues/3667))

dependencies_groups.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ ext.groups = [
55
group: [
66
'com.github.Armen101',
77
'com.github.chrisbanes',
8+
'com.github.element-hq',
89
'com.github.hyuwah',
910
'com.github.jetradarmobile',
1011
'com.github.MatrixFrog',
1112
'com.github.tapadoo',
1213
'com.github.UnifiedPush',
13-
'com.github.vector-im',
1414
'com.github.yalantis',
1515
'com.github.Zhuinden',
1616
]

0 commit comments

Comments
 (0)