Skip to content

Commit

Permalink
Set required labels on the automatic pack version update PRs
Browse files Browse the repository at this point in the history
When a new Pack CLI version is released, automation opens PRs like:
buildpacks#227

Currently the human reviewer has to remember to set the semver
and type labels on that PR in order for the status checks to pass.

Now, the automation will set these itself on the PR.

Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com>
  • Loading branch information
edmorley committed Oct 17, 2023
1 parent bfcfc0f commit e178a94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-pack-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
Release notes:
https://github.com/buildpacks/pack/releases/tag/v${{ steps.version.outputs.new_version }}
labels: |
semver:patch
type:dependency-upgrade
branch: update-version
base: main
signoff: true

0 comments on commit e178a94

Please sign in to comment.