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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27426c7b..f37c9164 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,7 +139,7 @@ jobs: 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