From 8c60194ad39c3cf222268a89607dc39d4dc1553c Mon Sep 17 00:00:00 2001 From: cx-anurag-dalke <120229307+cx-anurag-dalke@users.noreply.github.com> Date: Thu, 7 Aug 2025 06:55:05 +0530 Subject: [PATCH 1/3] test jira release creation --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27426c7b..fc20f44e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,12 +134,12 @@ jobs: notify: if: inputs.dev == false needs: release - uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main + uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@update-jira-release-token with: product_name: Java Wrapper release_version: ${{ needs.release.outputs.TAG_NAME }} cli_release_version: ${{ needs.release.outputs.CLI_VERSION }} - release_author: "Phoenix Team" + release_author: "Sypher Team" release_url: https://github.com/CheckmarxDev/ast-cli-java-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }} jira_product_name: JAVA_WRAPPER secrets: inherit From 48c06c9e9996317f6f9750c206a9cc34e91b9916 Mon Sep 17 00:00:00 2001 From: cx-anurag-dalke <120229307+cx-anurag-dalke@users.noreply.github.com> Date: Fri, 8 Aug 2025 11:16:33 +0530 Subject: [PATCH 2/3] Deleted unused GH Action --- .github/workflows/pr-automation.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/pr-automation.yml diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml deleted file mode 100644 index 2c5da62c..00000000 --- a/.github/workflows/pr-automation.yml +++ /dev/null @@ -1,22 +0,0 @@ -# name: PR Automation -# on: -# pull_request_target: -# types: [ready_for_review, opened, reopened] - -# permissions: -# contents: none -# issues: write -# pull-requests: write - -# jobs: -# add-reviewers: -# runs-on: ubuntu-latest -# if: ${{ github.event.pull_request.user.type != 'Bot' }} -# steps: -# - name: Request reviewers -# env: -# GH_REPO: ${{ github.repository }} -# GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} -# PRNUM: ${{ github.event.pull_request.number }} -# PRAUTHOR: ${{ github.event.pull_request.user.login }} -# run: gh pr edit $PRNUM From 3c87ca7796e56aaa9866073d74e109ebf7250c66 Mon Sep 17 00:00:00 2001 From: cx-anurag-dalke <120229307+cx-anurag-dalke@users.noreply.github.com> Date: Fri, 8 Aug 2025 11:18:47 +0530 Subject: [PATCH 3/3] updated team name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc20f44e..f37c9164 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,7 +134,7 @@ jobs: notify: if: inputs.dev == false needs: release - uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@update-jira-release-token + uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main with: product_name: Java Wrapper release_version: ${{ needs.release.outputs.TAG_NAME }}