mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
build(deps): bump actions/github-script from 5 to 6 (#669)
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c22525cfb8
commit
b7f72562a7
4
.github/workflows/dependabot-combine-prs.yml
vendored
4
.github/workflows/dependabot-combine-prs.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
- uses: actions/github-script@v5
|
||||
- uses: actions/github-script@v6
|
||||
id: fetch-branch-names
|
||||
name: Fetch branch names
|
||||
with:
|
||||
@ -125,7 +125,7 @@ jobs:
|
||||
git pull origin $sourcebranches --no-edit
|
||||
git push origin $COMBINE_BRANCH_NAME
|
||||
# Creates a PR with the new combined branch
|
||||
- uses: actions/github-script@v5
|
||||
- uses: actions/github-script@v6
|
||||
name: Create Combined Pull Request
|
||||
env:
|
||||
PRS_STRING: ${{ steps.fetch-branch-names.outputs.prs-string }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user