Skip to content

Commit

Permalink
Check dependabot version updates to set-pr-labels.yaml 4828 (#4845)
Browse files Browse the repository at this point in the history
* Update set-pr-labels.yaml

* Update set-pr-labels.yaml

Dependabot version updates
  • Loading branch information
t-will-gillis authored Jun 19, 2023
1 parent a79f9be commit 39b5394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/set-pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,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 }}');
Expand Down

0 comments on commit 39b5394

Please sign in to comment.