Skip to content

refactor: stable renaming #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/bundle-gh-page/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
fi
shell: bash
- name: 📥 Get gh-pages tar
run: wget -q https://github.com/db-ui/cicd-playground/tarball/gh-pages
run: wget -q https://github.com/db-ux-design-system/cicd-playground/tarball/gh-pages
shell: bash
- name: 📦 Unpack Tar
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: ./.github/actions/npm-cache

- name: 📥 Get gh-pages tar
run: wget -q https://github.com/db-ui/cicd-playground/tarball/gh-pages
run: wget -q https://github.com/db-ux-design-system/cicd-playground/tarball/gh-pages
- name: ➕ Create public dir
run: mkdir public
- name: 📦 Unpack Tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

deploy:
uses: ./.github/workflows/02-deploy-gh-pages.yml
if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui') }}
if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ux-design-system') }}
needs: [test, cypress, build-playground]
with:
release: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://api.github.com/repos/db-ui/cicd-playground/branches'
target: 'https://api.github.com/repos/db-ux-design-system/cicd-playground/branches'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Playground for testing GitHub CI/CD

gets deployed to https://db-ui.github.io/cicd-playground/ out of the folder `/public/`
gets deployed to https://db-ux-design-system.github.io/cicd-playground/ out of the folder `/public/`
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/db-ui/cicd-playground.git"
"url": "git+https://github.com/db-ux-design-system/cicd-playground.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/db-ui/cicd-playground/issues"
"url": "https://github.com/db-ux-design-system/cicd-playground/issues"
},
"homepage": "https://github.com/db-ui/cicd-playground#readme",
"homepage": "https://github.com/db-ux-design-system/cicd-playground#readme",
"workspaces": [
"packages/*"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/ci-cd-abcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/db-ui/cicd-playground.git"
"url": "git+https://github.com/db-ux-design-system/cicd-playground.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/db-ui/cicd-playground/issues"
"url": "https://github.com/db-ux-design-system/cicd-playground/issues"
},
"homepage": "https://github.com/db-ui/cicd-playground#readme",
"homepage": "https://github.com/db-ux-design-system/cicd-playground#readme",
"devDependencies": {
"typescript": "4.9.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ci-cd-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/db-ui/cicd-playground.git"
"url": "git+https://github.com/db-ux-design-system/cicd-playground.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/db-ui/cicd-playground/issues"
"url": "https://github.com/db-ux-design-system/cicd-playground/issues"
},
"homepage": "https://github.com/db-ui/cicd-playground#readme",
"homepage": "https://github.com/db-ux-design-system/cicd-playground#readme",
"devDependencies": {
"vite": "^4.1.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/ci-cd-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/db-ui/cicd-playground.git"
"url": "git+https://github.com/db-ux-design-system/cicd-playground.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/db-ui/cicd-playground/issues"
"url": "https://github.com/db-ux-design-system/cicd-playground/issues"
},
"homepage": "https://github.com/db-ui/cicd-playground#readme"
"homepage": "https://github.com/db-ux-design-system/cicd-playground#readme"
}
6 changes: 3 additions & 3 deletions playground/pg-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/db-ui/cicd-playground.git"
"url": "git+https://github.com/db-ux-design-system/cicd-playground.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/db-ui/cicd-playground/issues"
"url": "https://github.com/db-ux-design-system/cicd-playground/issues"
},
"homepage": "https://github.com/db-ui/cicd-playground#readme",
"homepage": "https://github.com/db-ux-design-system/cicd-playground#readme",
"devDependencies": {
"vite": "^4.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/cleanup-gh-pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const TAG = 'cleanup-gh-pages:';
const run = async () => {
if (fs.existsSync('public/review')) {
const data = await got(
'https://api.github.com/repos/db-ui/cicd-playground/branches'
'https://api.github.com/repos/db-ux-design-system/cicd-playground/branches'
).json();
if (data?.length > 0) {
const dirsToDelete = fs
Expand Down
Loading