From db0e499de6e6bb201af817db5a43c2950d3a5e31 Mon Sep 17 00:00:00 2001 From: sethkfman Date: Wed, 17 Jan 2024 15:42:36 -0700 Subject: [PATCH] remove checkout action and node version --- .github/workflows/create-cherry-pick-pr.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/create-cherry-pick-pr.yml b/.github/workflows/create-cherry-pick-pr.yml index 42f6ec398b5..26dd2c915da 100644 --- a/.github/workflows/create-cherry-pick-pr.yml +++ b/.github/workflows/create-cherry-pick-pr.yml @@ -19,17 +19,6 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v3 - with: - ref: main - fetch-depth: 0 - token: ${{ secrets.BUG_REPORT_TOKEN }} - - name: Get Node.js version - id: nvm - run: echo "NODE_VERSION=$(cat .nvmrc)" >> "$GITHUB_OUTPUT" - - uses: actions/setup-node@v3 - with: - node-version: ${{ steps.nvm.outputs.NODE_VERSION }} - name: Create Cherry Pick PR id: create-cherry-pick-pr shell: bash