mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
Change references of half-shot/ to matrix-org/ (#216)
* Change references of half-shot/ to matrix-org/ * changelog
This commit is contained in:
parent
6b52457274
commit
ffd64cf2f5
@ -1,5 +1,5 @@
|
|||||||
[book]
|
[book]
|
||||||
authors = ["Half-Shot <me@half-shot.uk>"]
|
authors = ["matrix.org <team@matrix.org>"]
|
||||||
language = "en"
|
language = "en"
|
||||||
multilingual = false
|
multilingual = false
|
||||||
src = "docs"
|
src = "docs"
|
||||||
@ -13,10 +13,10 @@ create-missing = false
|
|||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
# The URL visitors will be directed to when they try to edit a page
|
# The URL visitors will be directed to when they try to edit a page
|
||||||
edit-url-template = "https://github.com/half-shot/matrix-hookshot/edit/main/{path}"
|
edit-url-template = "https://github.com/matrix-org/matrix-hookshot/edit/main/{path}"
|
||||||
|
|
||||||
# The source code URL of the repository
|
# The source code URL of the repository
|
||||||
git-repository-url = "https://github.com/half-shot/matrix-hookshot"
|
git-repository-url = "https://github.com/matrix-org/matrix-hookshot"
|
||||||
|
|
||||||
|
|
||||||
additional-css = [
|
additional-css = [
|
||||||
|
1
changelog.d/216.misc
Normal file
1
changelog.d/216.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
The GitHub repository has moved from `https://github.com/Half-Shot/matrix-hookshot` to `https://github.com/matrix-org/matrix-hookshot`.
|
@ -20,7 +20,7 @@ To install Rust, [rustup](https://rustup.rs/) is the preferred solution to stay
|
|||||||
To clone and install, run:
|
To clone and install, run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:Half-Shot/matrix-hookshot.git
|
git clone git@github.com:matrix-org/matrix-hookshot.git
|
||||||
cd matrix-hookshot
|
cd matrix-hookshot
|
||||||
yarn # or npm i
|
yarn # or npm i
|
||||||
```
|
```
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
GitHub Repository
|
GitHub Repository
|
||||||
=================
|
=================
|
||||||
|
|
||||||
This connection type connects a GitHub repository (e.g. https://github.com/Half-Shot/matrix-hookshot) to a room.
|
This connection type connects a GitHub repository (e.g. https://github.com/matrix-org/matrix-hookshot) to a room.
|
||||||
|
|
||||||
You can run commands to create and manipulate issues, and receive notifications when something changes such as
|
You can run commands to create and manipulate issues, and receive notifications when something changes such as
|
||||||
a new release.
|
a new release.
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
|
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
|
||||||
"main": "lib/app.js",
|
"main": "lib/app.js",
|
||||||
"repository": "https://github.com/Half-Shot/matrix-hookshot",
|
"repository": "https://github.com/matrix-org/matrix-hookshot",
|
||||||
"author": "Half-Shot",
|
"author": "matrix.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"napi": {
|
"napi": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[tool.towncrier]
|
[tool.towncrier]
|
||||||
filename = "CHANGELOG.md"
|
filename = "CHANGELOG.md"
|
||||||
directory = "changelog.d"
|
directory = "changelog.d"
|
||||||
issue_format = "[\\#{issue}](https://github.com/half-shot/matrix-hookshot/issues/{issue})"
|
issue_format = "[\\#{issue}](https://github.com/matrix-org/matrix-hookshot/issues/{issue})"
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
[[tool.towncrier.type]]
|
||||||
directory = "feature"
|
directory = "feature"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
const UserAgent = "matrix-hookshot/1.1.0 (+https://github.com/half-shot/matrix-hookshot)";
|
const UserAgent = "matrix-hookshot/1.1.0 (+https://github.com/matrix-org/matrix-hookshot)";
|
||||||
export default UserAgent;
|
export default UserAgent;
|
||||||
|
@ -210,8 +210,8 @@ This request can be retried until the number of entries is less than the value o
|
|||||||
"loggedIn": true,
|
"loggedIn": true,
|
||||||
"repositories":[{
|
"repositories":[{
|
||||||
"name": "matrix-hookshot",
|
"name": "matrix-hookshot",
|
||||||
"owner": "half-shot",
|
"owner": "matrix-org",
|
||||||
"fullName": "half-shot/matrix-hookshot",
|
"fullName": "matrix-org/matrix-hookshot",
|
||||||
"avatarUrl": "https://avatars.githubusercontent.com/u/8418310?v=4",
|
"avatarUrl": "https://avatars.githubusercontent.com/u/8418310?v=4",
|
||||||
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA. "
|
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA. "
|
||||||
}]
|
}]
|
||||||
@ -236,8 +236,8 @@ This request can be retried until the number of entries is less than the value o
|
|||||||
"changeSelectionUrl": "https://github.com/settings/installations/12345",
|
"changeSelectionUrl": "https://github.com/settings/installations/12345",
|
||||||
"repositories":[{
|
"repositories":[{
|
||||||
"name": "matrix-hookshot",
|
"name": "matrix-hookshot",
|
||||||
"owner": "half-shot",
|
"owner": "matrix-org",
|
||||||
"fullName": "half-shot/matrix-hookshot",
|
"fullName": "matrix-org/matrix-hookshot",
|
||||||
"avatarUrl": "https://avatars.githubusercontent.com/u/8418310?v=4",
|
"avatarUrl": "https://avatars.githubusercontent.com/u/8418310?v=4",
|
||||||
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA. "
|
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA. "
|
||||||
}]
|
}]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user