Merge pull request #3213 from backstage/rugvip/url-rewrite

rewrite repo location urls
This commit is contained in:
Patrik Oldsberg
2020-11-03 11:39:19 +01:00
committed by GitHub
170 changed files with 549 additions and 542 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<!--- Please include the following in your Pull Request when applicable: -->
- [ ] A changeset describing the change and affected packages. ([more info](https://github.com/spotify/backstage/blob/master/CONTRIBUTING.md#creating-changesets))
- [ ] A changeset describing the change and affected packages. ([more info](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#creating-changesets))
- [ ] Added or updated documentation
- [ ] Tests for new functionality and regression tests for bug fixes
- [ ] Screenshots attached (for UI changes)
+5 -5
View File
@@ -1,5 +1,5 @@
name: Automatically add new TechDocs Issues and PRs to the GitHub project board
# Development of TechDocs in Backstage is managed by this Kanban board - https://github.com/spotify/backstage/projects/5
# Development of TechDocs in Backstage is managed by this Kanban board - https://github.com/backstage/backstage/projects/5
# New issues with TechDocs in their title or docs-like-code label will be added to the board.
on:
@@ -23,7 +23,7 @@ jobs:
contains(github.event.issue.title, 'techdocs') ||
contains(github.event.issue.title, 'Techdocs')
with:
project: 'https://github.com/spotify/backstage/projects/5'
project: 'https://github.com/backstage/backstage/projects/5'
column_name: 'Incoming'
- name: Assign new issue to Incoming based on its label.
@@ -31,7 +31,7 @@ jobs:
if: |
contains(github.event.issue.labels.*.name, 'docs-like-code')
with:
project: 'https://github.com/spotify/backstage/projects/5'
project: 'https://github.com/backstage/backstage/projects/5'
column_name: 'Incoming'
- name: Assign new PR to Incoming based on its title.
@@ -41,7 +41,7 @@ jobs:
contains(github.event.pull_request.title, 'techdocs') ||
contains(github.event.pull_request.title, 'Techdocs')
with:
project: 'https://github.com/spotify/backstage/projects/5'
project: 'https://github.com/backstage/backstage/projects/5'
column_name: 'Incoming'
- name: Assign new PR to Incoming based on its label.
@@ -49,5 +49,5 @@ jobs:
if: |
contains(github.event.pull_request.labels.*.name, 'docs-like-code')
with:
project: 'https://github.com/spotify/backstage/projects/5'
project: 'https://github.com/backstage/backstage/projects/5'
column_name: 'Incoming'