From a12ee0e431f416cf523a2694e16e07431992ccee Mon Sep 17 00:00:00 2001 From: Vaishnavi Subhedar - Xilinx <141360387+SubhedarV@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:29:42 -0700 Subject: [PATCH] Delete .github/workflows/xrt-ci-authorize.yml --- .github/workflows/xrt-ci-authorize.yml | 57 -------------------------- 1 file changed, 57 deletions(-) delete mode 100644 .github/workflows/xrt-ci-authorize.yml diff --git a/.github/workflows/xrt-ci-authorize.yml b/.github/workflows/xrt-ci-authorize.yml deleted file mode 100644 index c0abf5c5c4d..00000000000 --- a/.github/workflows/xrt-ci-authorize.yml +++ /dev/null @@ -1,57 +0,0 @@ -# name: xrt-ci-authorize - -# on: -# pull_request_target: -# types: [opened, edited, synchronize] - -# concurrency: -# group: ${{ github.workflow }}-${{ github.ref }} -# cancel-in-progress: true - -# jobs: -# setup: -# runs-on: Ubuntu-22.04 -# permissions: -# issues: write -# outputs: -# pr_repository: ${{ steps.set-pr-vars.outputs.pr_repository }} -# pr_ref: ${{ steps.set-pr-vars.outputs.pr_ref }} -# steps: -# - name: Get PR details for issue_comment event -# id: get-pr-details -# uses: octokit/request-action@v2.x -# with: -# route: GET ${{ github.event.issue.pull_request.url || github.event.pull_request.url }} -# env: -# GITHUB_TOKEN: ${{ secrets.CI_CLOUD_TOKEN }} - -# - name: Set variables -# id: set-pr-vars -# run: | -# echo "pr_repository=${{ fromJson(steps.get-pr-details.outputs.data).head.repo.full_name }}" >> "$GITHUB_OUTPUT" -# echo "pr_ref=${{ fromJson(steps.get-pr-details.outputs.data).head.ref }}" >> "$GITHUB_OUTPUT" - -# authorize: -# needs: setup -# runs-on: Ubuntu-22.04 -# if: github.event_name == 'pull_request_target' -# steps: -# - name: Checkout private repository -# uses: actions/checkout@v4 -# with: -# repository: actions-int/composite-workflows -# github-server-url: ${{ secrets.SERVER_URL }} -# token: ${{ secrets.ACCESS_TOKEN }} -# path: composite-workflows -# ref: main - -# - name: authorize -# uses: ./composite-workflows/authorize -# with: -# accessToken: ${{ secrets.CI_CLOUD_TOKEN }} -# pullRequestUser: ${{ github.event.pull_request.user.login }} - -# run-ci-build: -# needs: [setup, authorize] -# uses: ./.github/workflows/xrt-ci-build.yml -