Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
combine-prs:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v6
id: fetch-branch-names
name: Fetch branch names
env:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
git pull origin $sourceBranches --no-edit
git push origin $COMBINE_BRANCH_NAME

- uses: actions/github-script@v3
- uses: actions/github-script@v6
name: Create Combined Pull Request
env:
PULLS: ${{ steps.fetch-branch-names.outputs.pulls }}
Expand Down