Skip to content

Commit 7247187

Browse files
chore(patch): migrar ServeRest de conta pessoal pra org (#232)
1 parent f66d7bc commit 7247187

16 files changed

+313
-304
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"badgeTemplate": "![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=for-the-badge)",
117117
"contributorsPerLine": 7,
118118
"projectName": "ServeRest",
119-
"projectOwner": "PauloGoncalvesBH",
119+
"projectOwner": "ServeRest",
120120
"repoType": "github",
121121
"repoHost": "https://github.com",
122122
"skipCi": false

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
# Como contribuir
33

4-
[![Continuous Delivery](https://github.com/PauloGoncalvesBH/ServeRest/workflows/Continuous%20Delivery/badge.svg)](https://github.com/PauloGoncalvesBH/ServeRest/actions)
5-
[![Deploy docs on serverest.dev](https://github.com/PauloGoncalvesBH/ServeRest/workflows/Deploy%20docs%20on%20serverest.dev/badge.svg)](https://github.com/PauloGoncalvesBH/ServeRest/actions)
6-
[![Continuous Integration](https://github.com/PauloGoncalvesBH/serverest/workflows/Continuous%20Integration/badge.svg)](https://github.com/PauloGoncalvesBH/ServeRest/actions)
4+
[![Continuous Delivery](https://github.com/ServeRest/ServeRest/workflows/Continuous%20Delivery/badge.svg)](https://github.com/ServeRest/ServeRest/actions)
5+
[![Deploy docs on serverest.dev](https://github.com/ServeRest/ServeRest/workflows/Deploy%20docs%20on%20serverest.dev/badge.svg)](https://github.com/ServeRest/ServeRest/actions)
6+
[![Continuous Integration](https://github.com/ServeRest/serverest/workflows/Continuous%20Integration/badge.svg)](https://github.com/ServeRest/ServeRest/actions)
77

88
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FPauloGoncalvesBH%2FServeRest%2Ftrunk)](https://dashboard.stryker-mutator.io/reports/github.com/PauloGoncalvesBH/ServeRest/trunk)
99
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
@@ -145,7 +145,7 @@ Para aprofundar sobre como é feita a publicação do _ServeRest_, leia o texto
145145

146146
## Documentação (serverest.dev)
147147

148-
[![Deploy docs on serverest.dev](https://github.com/PauloGoncalvesBH/ServeRest/workflows/Deploy%20docs%20on%20serverest.dev/badge.svg)](https://github.com/PauloGoncalvesBH/ServeRest/actions)
148+
[![Deploy docs on serverest.dev](https://github.com/ServeRest/ServeRest/workflows/Deploy%20docs%20on%20serverest.dev/badge.svg)](https://github.com/ServeRest/ServeRest/actions)
149149

150150
A documentação, disponibilizada na url <https://serverest.dev>, é editada no [apiary](https://apiary.io/home) e gerada a partir do [aglio](https://www.npmjs.com/package/aglio).
151151

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Have any questions? Check out the contributing docs at https://github.com/PauloGoncalvesBH/ServeRest/blob/trunk/.github/CONTRIBUTING.md :)
2+
Have any questions? Check out the contributing docs at https://github.com/ServeRest/ServeRest/blob/trunk/.github/CONTRIBUTING.md :)
33
-->
44

55
## Description
@@ -25,7 +25,7 @@
2525
- If docs exist:
2626
- Update any references, if relevant.
2727
- If no docs exist:
28-
- Create documentation using the existing one as a reference. A guide on how to create the documentation can be found on https://github.com/PauloGoncalvesBH/ServeRest/blob/trunk/.github/CONTRIBUTING.md#documenta%C3%A7%C3%A3o-api-doc
28+
- Create documentation using the existing one as a reference. A guide on how to create the documentation can be found on https://github.com/ServeRest/ServeRest/blob/trunk/.github/CONTRIBUTING.md#documenta%C3%A7%C3%A3o-api-doc
2929
-->
3030

3131
## Related Issues

.github/mlc_config.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,27 @@
99
{
1010
"pattern": "https://github.com/PauloGoncalvesBH/ServeRest/issues"
1111
},
12+
{
13+
"pattern": "https://github.com/ServeRest/ServeRest/commit"
14+
},
15+
{
16+
"pattern": "https://github.com/ServeRest/ServeRest/compare"
17+
},
18+
{
19+
"pattern": "https://github.com/ServeRest/ServeRest/issues"
20+
},
1221
{
1322
"pattern": "mailto:"
1423
}
1524
],
1625
"replacementPatterns": [
1726
{
1827
"pattern": "^/CHANGELOG.md",
19-
"replacement": "https://github.com/PauloGoncalvesBH/ServeRest/blob/trunk/CHANGELOG.md"
28+
"replacement": "https://github.com/ServeRest/ServeRest/blob/trunk/CHANGELOG.md"
2029
},
2130
{
2231
"pattern": "^/.github",
23-
"replacement": "https://github.com/PauloGoncalvesBH/ServeRest/tree/trunk/.github"
32+
"replacement": "https://github.com/ServeRest/ServeRest/tree/trunk/.github"
2433
}
2534
]
2635
}

.github/workflows/continuous_delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434
- uses: wagoid/[email protected]
3535
with:
36-
helpURL: https://github.com/PauloGoncalvesBH/ServeRest/blob/trunk/.github/CONTRIBUTING.md
36+
helpURL: https://github.com/ServeRest/ServeRest/blob/trunk/.github/CONTRIBUTING.md
3737

3838
test-api:
3939

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434
- uses: wagoid/[email protected]
3535
with:
36-
helpURL: https://github.com/PauloGoncalvesBH/ServeRest/blob/trunk/.github/CONTRIBUTING.md
36+
helpURL: https://github.com/ServeRest/ServeRest/blob/trunk/.github/CONTRIBUTING.md
3737

3838
test-api:
3939

0 commit comments

Comments
 (0)