From d958afa5a822b68f0cb7ed4fcf1fe968adc841f8 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 4 Oct 2023 02:03:18 +0000 Subject: [PATCH] Updating github-config --- .github/workflows/approve-bot-pr.yml | 19 ------------------- scripts/.util/tools.json | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/approve-bot-pr.yml b/.github/workflows/approve-bot-pr.yml index 3f45a3d7..c798e647 100644 --- a/.github/workflows/approve-bot-pr.yml +++ b/.github/workflows/approve-bot-pr.yml @@ -67,22 +67,3 @@ jobs: gh pr merge ${{ needs.download.outputs.pr-number }} --auto --rebase env: GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} - - failure: - name: Alert on Failure - runs-on: ubuntu-22.04 - needs: [download, approve] - if: ${{ always() && needs.download.result == 'failure' || needs.approve.result == 'failure' }} - steps: - - name: File Failure Alert Issue - uses: paketo-buildpacks/github-config/actions/issue/file@main - with: - token: ${{ secrets.GITHUB_TOKEN }} - repo: ${{ github.repository }} - label: "failure:approve-bot-pr" - comment_if_exists: true - issue_title: "Failure: Approve bot PR workflow" - issue_body: | - Approve bot PR workflow [failed](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}). - comment_body: | - Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} diff --git a/scripts/.util/tools.json b/scripts/.util/tools.json index 9fc88b0b..47165dc4 100644 --- a/scripts/.util/tools.json +++ b/scripts/.util/tools.json @@ -1,5 +1,5 @@ { - "createpackage": "v1.67.0", + "createpackage": "v1.67.1", "jam": "v2.6.0", "pack": "v0.31.0" }