Skip to content

Commit

Permalink
Merge pull request #116 from ergebnis/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/github/pull-request/add-label-based-on-branch-name/actions/github-script-6.3.1

github-actions(deps): bump actions/github-script from 6.2.0 to 6.3.1 in /actions/github/pull-request/add-label-based-on-branch-name
  • Loading branch information
ergebnis-bot authored Sep 30, 2022
2 parents 1efddf2 + b3b2d50 commit 0115cfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:

steps:
- name: "Determine pull request number"
uses: "actions/github-script@v6.2.0"
uses: "actions/github-script@v6.3.1"
with:
github-token: "${{ inputs.github-token }}"
script: |
Expand All @@ -43,7 +43,7 @@ runs:
core.setFailed(`Unable to determine the pull request number and branch name for event "${context.eventName}"`);
- name: "Add label to pull request based on branch name"
uses: "actions/github-script@v6.2.0"
uses: "actions/github-script@v6.3.1"
with:
github-token: "${{ inputs.github-token }}"
script: |
Expand Down

0 comments on commit 0115cfa

Please sign in to comment.