Skip to content

Commit

Permalink
Merge pull request #134 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.3

github-actions(deps): bump actions/github-script from 6.3.2 to 6.3.3 in /actions/github/pull-request/add-label-based-on-branch-name
  • Loading branch information
ergebnis-bot authored Oct 14, 2022
2 parents fa8f541 + 3204126 commit fccfd9b
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/[email protected].2"
uses: "actions/[email protected].3"
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/[email protected].2"
uses: "actions/[email protected].3"
with:
github-token: "${{ inputs.github-token }}"
script: |
Expand Down

0 comments on commit fccfd9b

Please sign in to comment.