From fcc09253be08977952089f582c09348e3c62e369 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 04:02:04 +0000 Subject: [PATCH] Update organization --- .github/workflows/addissuetoproject.yml | 2 +- .github/workflows/e2e-test.yml | 8 ++++---- .github/workflows/pr-label-check.yml | 2 +- .github/workflows/pr-merge-release.yml | 8 ++++---- README.md | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/addissuetoproject.yml b/.github/workflows/addissuetoproject.yml index 3a61e679..834e5d7e 100644 --- a/.github/workflows/addissuetoproject.yml +++ b/.github/workflows/addissuetoproject.yml @@ -17,7 +17,7 @@ jobs: - name: Get project data env: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} - ORGANIZATION: digi-serve + ORGANIZATION: CruGlobal PROJECT_NUMBER: 2 run: | gh api graphql -f query=' diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 56d5d970..f452cebe 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v4 with: path: web - repository: digi-serve/ab_service_web + repository: CruGlobal/ab_service_web token: ${{ steps.generate-token.outputs.token }} ref: ${{ matrix.branch }} @@ -57,16 +57,16 @@ jobs: # webpack expects the folder to be called "web" ab-install action expects "ab_service_web" - run: mv web ab_service_web - - uses: digi-serve/ab-install-action@v1 + - uses: CruGlobal/ab-install-action@v1 with: port: 8080 folder: ab - repository: digi-serve/ab_service_web + repository: CruGlobal/ab_service_web - name: Check out kitchen-sink tests uses: actions/checkout@v4 with: - repository: digi-serve/kitchensink_app + repository: CruGlobal/kitchensink_app path: ab/test/e2e/cypress/e2e/kitchensink_app # These next steps are to save our ablogs to file diff --git a/.github/workflows/pr-label-check.yml b/.github/workflows/pr-label-check.yml index 32459248..feae9bdd 100644 --- a/.github/workflows/pr-label-check.yml +++ b/.github/workflows/pr-label-check.yml @@ -6,4 +6,4 @@ on: jobs: call-check-pr: name: Check - uses: digi-serve/.github/.github/workflows/check-pr-release-label.yml@master + uses: CruGlobal/.github/.github/workflows/check-pr-release-label.yml@master diff --git a/.github/workflows/pr-merge-release.yml b/.github/workflows/pr-merge-release.yml index a26368fb..f653aa02 100644 --- a/.github/workflows/pr-merge-release.yml +++ b/.github/workflows/pr-merge-release.yml @@ -10,7 +10,7 @@ jobs: name: Label # Only run if the PR closed by merging and we have a label if: ${{ github.event.pull_request.merged }} - uses: digi-serve/.github/.github/workflows/get-pr-release-label.yml@master + uses: CruGlobal/.github/.github/workflows/get-pr-release-label.yml@master call-e2e-tests: name: Test needs: [call-get-label] @@ -25,19 +25,19 @@ jobs: name: Version # Only run if tests pass needs: [ call-get-label, call-e2e-tests ] - uses: digi-serve/.github/.github/workflows/bump-version.yml@master + uses: CruGlobal/.github/.github/workflows/bump-version.yml@master with: ref: ${{ github.ref }} type: ${{ needs.call-get-label.outputs.label }} call-create-release: name: Release - uses: digi-serve/.github/.github/workflows/create-release.yml@master + uses: CruGlobal/.github/.github/workflows/create-release.yml@master needs: [call-bump-version] with: tag: v${{ needs.call-bump-version.outputs.new_version }} call-dispatch-web-update: needs: [ call-bump-version, call-get-label ] - uses: digi-serve/.github/.github/workflows/dispatch-update.yml@master + uses: CruGlobal/.github/.github/workflows/dispatch-update.yml@master with: dispatch_repos: '["ab_service_web"]' dispatch_type: web_new_version diff --git a/README.md b/README.md index ff3a6e40..c52ee546 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/digi-serve/plugin_ABDesigner/pr-merge-release.yml?logo=github&label=Build%20%26%20Test)](https://github.com/digi-serve/plugin_ABDesigner/actions/workflows/pr-merge-release.yml) -[![GitHub tag (with filter)](https://img.shields.io/github/v/tag/digi-serve/plugin_ABDesigner?logo=github&label=Latest%20Version) -](https://github.com/digi-serve/plugin_ABDesigner/releases) +[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CruGlobal/plugin_ABDesigner/pr-merge-release.yml?logo=github&label=Build%20%26%20Test)](https://github.com/CruGlobal/plugin_ABDesigner/actions/workflows/pr-merge-release.yml) +[![GitHub tag (with filter)](https://img.shields.io/github/v/tag/CruGlobal/plugin_ABDesigner?logo=github&label=Latest%20Version) +](https://github.com/CruGlobal/plugin_ABDesigner/releases) # AppBuilder Designer A plugin for the AppBuilder platform that enables creating AB resources. ## Install -See [ab_cli](https://github.com/digi-serve/ab-cli) +See [ab_cli](https://github.com/CruGlobal/ab-cli) ## Pull Requests Pull Requests should be tagged with a label `major`, `minor` or `patch`. Use `major` for breaking changes, `minor` for new features, or `patch` for bug fixes. To merge without creating a release a `skip-release` tag can be added instead.