Skip to content

Commit

Permalink
fix: 🐛 Update combine-prs.yml workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhern committed Mar 11, 2024
1 parent 952a53a commit e350acc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ on:
description: 'Title of the combined PR to be created'
required: true
default: 'chore(deps): combine dependabot updates'
combineBranchName:
description: 'Name of the branch to combine PRs into'
required: true
default: 'combine-prs-branch-${{ github.run_id }}'
ignoreLabel:
description: 'Exclude PRs with this label'
required: true
Expand Down Expand Up @@ -149,7 +145,7 @@ jobs:
await github.rest.pulls.create({
owner: context.repo.owner,
repo: context.repo.repo,
title: '${{ github.event.inputs.combinePRTitle }}',
title: 'Combined PR',
head: '${{ github.event.inputs.combineBranchName }}',
base: baseBranch,
body: body
Expand Down

0 comments on commit e350acc

Please sign in to comment.