Skip to content

Commit

Permalink
Merge pull request #178 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-7.0.1

github-actions(deps): Bump actions/github-script from 7.0.0 to 7.0.1 in /actions/github/pull-request/add-label-based-on-branch-name
  • Loading branch information
ergebnis-bot authored Nov 17, 2023
2 parents d60d84b + 11075e2 commit 598b3b6
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@v7.0.0"
uses: "actions/github-script@v7.0.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@v7.0.0"
uses: "actions/github-script@v7.0.1"
with:
github-token: "${{ inputs.github-token }}"
script: |
Expand Down

0 comments on commit 598b3b6

Please sign in to comment.