From 102bd32bdf42b83152e26d2bb26b6eadad629d4b Mon Sep 17 00:00:00 2001 From: Azadeh Bagheri Date: Thu, 6 Feb 2025 15:22:39 -0500 Subject: [PATCH] Remove any references of azohra in the project --- .github/workflows/ci-workflow.yml | 4 ++-- README.md | 6 +++--- docs/release_notes/v0.8.0.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 161a882..fe04960 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -1,4 +1,4 @@ -name: CI-workflow +name: CI pipeline on: pull_request: @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Lint - uses: azohra/shell-linter@latest + uses: Azbagheri/shell-linter@latest with: exclude-paths: "tests/shunit2,testdata/html_response,LICENSE" diff --git a/README.md b/README.md index 41fdca5..13aa87d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gitrise -[![Release](https://img.shields.io/github/release/azohra/gitrise.sh.svg)](https://github.com/azohra/gitrise.sh/releases) -[![Mainline Status](https://github.com/azohra/gitrise.sh/workflows/CI-workflow/badge.svg)](https://github.com/azohra/gitrise.sh/actions?query=branch%3Adevelop) +[![Release](https://img.shields.io/github/release/Tumiya/gitrise.sh.svg)](https://github.com/Tumiya/gitrise.sh/releases) +[![Mainline Status](https://github.com/Tumiya/gitrise.sh/workflows/CI-workflow/badge.svg)](https://github.com/Tumiya/gitrise.sh/actions?query=branch%3Adevelop) A Bitrise trigger in pure `bash`! @@ -99,4 +99,4 @@ To run the unit tests, use the following command in the project directory After testing your changes, open a pull request to merge your branch into the **develop** branch. ## License -This software is available as open source under the terms of the MIT License. A copy of this license is included in the file [LICENSE](https://github.com/azohra/gitrise.sh/blob/develop/LICENSE). +This software is available as open source under the terms of the MIT License. A copy of this license is included in the file [LICENSE](https://github.com/Tumiya/gitrise.sh/blob/develop/LICENSE). diff --git a/docs/release_notes/v0.8.0.md b/docs/release_notes/v0.8.0.md index dba79d7..c4a97dc 100644 --- a/docs/release_notes/v0.8.0.md +++ b/docs/release_notes/v0.8.0.md @@ -1,6 +1,6 @@ ### Release Notes -* Added support for streaming the Bitrise logs by introducing the option `--stream` ( [issue #18](https://github.com/azohra/gitrise.sh/issues/18) ) +* Added support for streaming the Bitrise logs by introducing the option `--stream` ( [issue #18](https://github.com/Tumiya/gitrise.sh/issues/18) ) * Improved performance by making the polling frequency configurable using the `-p | --poll` option -* Added support for triggering a build for a specific tag or commit using the `-t | --tag` and `-c | --commit` options, respectively ( [issue #23](https://github.com/azohra/gitrise.sh/issues/23) ) +* Added support for triggering a build for a specific tag or commit using the `-t | --tag` and `-c | --commit` options, respectively ( [issue #23](https://github.com/Tumiya/gitrise.sh/issues/23) ) * Improved the usage instructions on the README \ No newline at end of file