From 53006ebd4c48f90be32b16b4c67faa684a74bc2c Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Thu, 15 Jun 2023 21:12:59 -0700 Subject: [PATCH 1/2] Update set-pr-labels.yaml --- .github/workflows/set-pr-labels.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/set-pr-labels.yaml b/.github/workflows/set-pr-labels.yaml index 0ba8249cd9..7478cb213e 100644 --- a/.github/workflows/set-pr-labels.yaml +++ b/.github/workflows/set-pr-labels.yaml @@ -6,6 +6,7 @@ on: branches: - 'gh-pages' - 'feature-homepage-launch' + - 'check-version-updates-4828' jobs: generate-labels-artifact: @@ -16,17 +17,17 @@ jobs: PR_NUMBER: ${{ github.event.number }} SCRIPT_PATH: './github-actions/trigger-pr/set-pr-labels.js' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - id: parse-pr-body name: 'Parse the pull request body for all linked issues' - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: script: | const { listIssuesFromPRBody } = require('${{ env.SCRIPT_PATH }}'); return listIssuesFromPRBody({ context, core }); - id: compile-labels name: 'Compile labels from linked issues' - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: script: | const { listLabelsFromIssues } = require('${{ env.SCRIPT_PATH }}'); From f60b229fced67272c36987f387104c09075cc34f Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Thu, 15 Jun 2023 21:34:38 -0700 Subject: [PATCH 2/2] Update set-pr-labels.yaml Dependabot version updates --- .github/workflows/set-pr-labels.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/set-pr-labels.yaml b/.github/workflows/set-pr-labels.yaml index 7478cb213e..c78163b6b7 100644 --- a/.github/workflows/set-pr-labels.yaml +++ b/.github/workflows/set-pr-labels.yaml @@ -6,7 +6,6 @@ on: branches: - 'gh-pages' - 'feature-homepage-launch' - - 'check-version-updates-4828' jobs: generate-labels-artifact: