Skip to content

Commit

Permalink
Updating github-config
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Jun 29, 2024
1 parent 65c399e commit 230eb9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/update-buildpack-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
branch: automation/buildpack.toml/update

- name: Update buildpack.toml
id: update
uses: paketo-buildpacks/github-config/actions/buildpack/update@main

- name: Commit
Expand All @@ -39,13 +40,22 @@ jobs:
with:
branch: automation/buildpack.toml/update

- name: Open Pull Request (no semver label)
if: ${{ steps.commit.outputs.commit_sha != '' && steps.update.outputs.semver_bump == '' }}
uses: paketo-buildpacks/github-config/actions/pull-request/open@main
with:
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
title: "Updates buildpacks in buildpack.toml"
branch: automation/buildpack.toml/update

- name: Open Pull Request
if: ${{ steps.commit.outputs.commit_sha != '' }}
if: ${{ steps.commit.outputs.commit_sha != '' && steps.update.outputs.semver_bump != '' }}
uses: paketo-buildpacks/github-config/actions/pull-request/open@main
with:
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
title: "Updates buildpacks in buildpack.toml"
branch: automation/buildpack.toml/update
label: "semver:${{ steps.update.outputs.semver_bump }}"

failure:
name: Alert on Failure
Expand Down
2 changes: 1 addition & 1 deletion scripts/.util/tools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"jam": "v2.8.0",
"pack": "v0.34.2"
}
}

0 comments on commit 230eb9f

Please sign in to comment.