Skip to content

Commit

Permalink
fix(githubactions): switch approve_package_bumps from 'ready to merge…
Browse files Browse the repository at this point in the history
…' to 'ready to rebase' to retain the original commit message with changelog (#8683)
  • Loading branch information
christopherthielen committed Oct 26, 2020
1 parent 47a8002 commit 51477b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve_package_bumps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['ready to merge']
labels: ['ready to rebase']
})

0 comments on commit 51477b5

Please sign in to comment.