From e6e7006e210d68815b0c4c858052e00dbe1cbfe9 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 29 Jun 2022 18:49:32 +0000 Subject: [PATCH] Update dependency workflows --- .github/workflows/bundler-build-upload.yml | 11 +++++++++++ .github/workflows/bundler-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/composer-build-upload.yml | 11 +++++++++++ .github/workflows/composer-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/curl-build-upload.yml | 11 +++++++++++ .github/workflows/curl-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/dotnet-aspnetcore-build-upload.yml | 11 +++++++++++ .../dotnet-aspnetcore-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/dotnet-runtime-build-upload.yml | 11 +++++++++++ .../workflows/dotnet-runtime-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/dotnet-sdk-build-upload.yml | 11 +++++++++++ .github/workflows/dotnet-sdk-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/go-build-upload.yml | 11 +++++++++++ .github/workflows/go-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/httpd-build-upload.yml | 11 +++++++++++ .github/workflows/httpd-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/icu-build-upload.yml | 11 +++++++++++ .github/workflows/icu-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/nginx-build-upload.yml | 11 +++++++++++ .github/workflows/nginx-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/node-build-upload.yml | 11 +++++++++++ .github/workflows/node-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/php-build-upload.yml | 11 +++++++++++ .github/workflows/php-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/pip-build-upload.yml | 11 +++++++++++ .github/workflows/pip-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/pipenv-build-upload.yml | 11 +++++++++++ .github/workflows/pipenv-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/poetry-build-upload.yml | 11 +++++++++++ .github/workflows/poetry-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/python-build-upload.yml | 11 +++++++++++ .github/workflows/python-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/ruby-build-upload.yml | 11 +++++++++++ .github/workflows/ruby-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/rust-build-upload.yml | 11 +++++++++++ .github/workflows/rust-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/tini-build-upload.yml | 11 +++++++++++ .github/workflows/tini-test-upload-metadata.yml | 11 +++++++++++ .github/workflows/yarn-build-upload.yml | 11 +++++++++++ .github/workflows/yarn-test-upload-metadata.yml | 11 +++++++++++ 40 files changed, 440 insertions(+) diff --git a/.github/workflows/bundler-build-upload.yml b/.github/workflows/bundler-build-upload.yml index 7b2b4fb..d73f12b 100644 --- a/.github/workflows/bundler-build-upload.yml +++ b/.github/workflows/bundler-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/bundler-test-upload-metadata.yml b/.github/workflows/bundler-test-upload-metadata.yml index 0a40bec..26f5d70 100644 --- a/.github/workflows/bundler-test-upload-metadata.yml +++ b/.github/workflows/bundler-test-upload-metadata.yml @@ -54,3 +54,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/composer-build-upload.yml b/.github/workflows/composer-build-upload.yml index 681873a..814f6ad 100644 --- a/.github/workflows/composer-build-upload.yml +++ b/.github/workflows/composer-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/composer-test-upload-metadata.yml b/.github/workflows/composer-test-upload-metadata.yml index daef2ca..8dd9dec 100644 --- a/.github/workflows/composer-test-upload-metadata.yml +++ b/.github/workflows/composer-test-upload-metadata.yml @@ -41,3 +41,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/curl-build-upload.yml b/.github/workflows/curl-build-upload.yml index b624cd4..1f6b32a 100644 --- a/.github/workflows/curl-build-upload.yml +++ b/.github/workflows/curl-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/curl-test-upload-metadata.yml b/.github/workflows/curl-test-upload-metadata.yml index f01f97f..15fc27d 100644 --- a/.github/workflows/curl-test-upload-metadata.yml +++ b/.github/workflows/curl-test-upload-metadata.yml @@ -47,3 +47,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/dotnet-aspnetcore-build-upload.yml b/.github/workflows/dotnet-aspnetcore-build-upload.yml index 41bdb24..efb4d11 100644 --- a/.github/workflows/dotnet-aspnetcore-build-upload.yml +++ b/.github/workflows/dotnet-aspnetcore-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/dotnet-aspnetcore-test-upload-metadata.yml b/.github/workflows/dotnet-aspnetcore-test-upload-metadata.yml index 4df3760..8ffa739 100644 --- a/.github/workflows/dotnet-aspnetcore-test-upload-metadata.yml +++ b/.github/workflows/dotnet-aspnetcore-test-upload-metadata.yml @@ -54,3 +54,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/dotnet-runtime-build-upload.yml b/.github/workflows/dotnet-runtime-build-upload.yml index 9b5f6bb..2b3ff98 100644 --- a/.github/workflows/dotnet-runtime-build-upload.yml +++ b/.github/workflows/dotnet-runtime-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/dotnet-runtime-test-upload-metadata.yml b/.github/workflows/dotnet-runtime-test-upload-metadata.yml index 1246a28..acb8157 100644 --- a/.github/workflows/dotnet-runtime-test-upload-metadata.yml +++ b/.github/workflows/dotnet-runtime-test-upload-metadata.yml @@ -54,3 +54,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/dotnet-sdk-build-upload.yml b/.github/workflows/dotnet-sdk-build-upload.yml index d792fb6..0d05d8c 100644 --- a/.github/workflows/dotnet-sdk-build-upload.yml +++ b/.github/workflows/dotnet-sdk-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/dotnet-sdk-test-upload-metadata.yml b/.github/workflows/dotnet-sdk-test-upload-metadata.yml index 4021163..15c97c7 100644 --- a/.github/workflows/dotnet-sdk-test-upload-metadata.yml +++ b/.github/workflows/dotnet-sdk-test-upload-metadata.yml @@ -47,3 +47,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/go-build-upload.yml b/.github/workflows/go-build-upload.yml index f6f06b5..c807ccc 100644 --- a/.github/workflows/go-build-upload.yml +++ b/.github/workflows/go-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/go-test-upload-metadata.yml b/.github/workflows/go-test-upload-metadata.yml index 8ecf259..e807eb4 100644 --- a/.github/workflows/go-test-upload-metadata.yml +++ b/.github/workflows/go-test-upload-metadata.yml @@ -47,3 +47,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/httpd-build-upload.yml b/.github/workflows/httpd-build-upload.yml index 913ce99..32f56ef 100644 --- a/.github/workflows/httpd-build-upload.yml +++ b/.github/workflows/httpd-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/httpd-test-upload-metadata.yml b/.github/workflows/httpd-test-upload-metadata.yml index bad138b..1ad553f 100644 --- a/.github/workflows/httpd-test-upload-metadata.yml +++ b/.github/workflows/httpd-test-upload-metadata.yml @@ -48,3 +48,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/icu-build-upload.yml b/.github/workflows/icu-build-upload.yml index a6d4319..570afaf 100644 --- a/.github/workflows/icu-build-upload.yml +++ b/.github/workflows/icu-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/icu-test-upload-metadata.yml b/.github/workflows/icu-test-upload-metadata.yml index 768c70a..5b2adf7 100644 --- a/.github/workflows/icu-test-upload-metadata.yml +++ b/.github/workflows/icu-test-upload-metadata.yml @@ -47,3 +47,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/nginx-build-upload.yml b/.github/workflows/nginx-build-upload.yml index 50d18ed..de68f8e 100644 --- a/.github/workflows/nginx-build-upload.yml +++ b/.github/workflows/nginx-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/nginx-test-upload-metadata.yml b/.github/workflows/nginx-test-upload-metadata.yml index 21b4d33..85a36f8 100644 --- a/.github/workflows/nginx-test-upload-metadata.yml +++ b/.github/workflows/nginx-test-upload-metadata.yml @@ -47,3 +47,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/node-build-upload.yml b/.github/workflows/node-build-upload.yml index 03b0b96..9c49f0e 100644 --- a/.github/workflows/node-build-upload.yml +++ b/.github/workflows/node-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/node-test-upload-metadata.yml b/.github/workflows/node-test-upload-metadata.yml index 5d1871f..d19d380 100644 --- a/.github/workflows/node-test-upload-metadata.yml +++ b/.github/workflows/node-test-upload-metadata.yml @@ -47,3 +47,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/php-build-upload.yml b/.github/workflows/php-build-upload.yml index 937bf32..62da006 100644 --- a/.github/workflows/php-build-upload.yml +++ b/.github/workflows/php-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/php-test-upload-metadata.yml b/.github/workflows/php-test-upload-metadata.yml index 7c36643..b142e4a 100644 --- a/.github/workflows/php-test-upload-metadata.yml +++ b/.github/workflows/php-test-upload-metadata.yml @@ -48,3 +48,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/pip-build-upload.yml b/.github/workflows/pip-build-upload.yml index aaa160b..2d849ee 100644 --- a/.github/workflows/pip-build-upload.yml +++ b/.github/workflows/pip-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/pip-test-upload-metadata.yml b/.github/workflows/pip-test-upload-metadata.yml index 7a633ed..d1c651c 100644 --- a/.github/workflows/pip-test-upload-metadata.yml +++ b/.github/workflows/pip-test-upload-metadata.yml @@ -54,3 +54,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/pipenv-build-upload.yml b/.github/workflows/pipenv-build-upload.yml index 455aa33..69411c1 100644 --- a/.github/workflows/pipenv-build-upload.yml +++ b/.github/workflows/pipenv-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/pipenv-test-upload-metadata.yml b/.github/workflows/pipenv-test-upload-metadata.yml index 1ee11ce..468d12f 100644 --- a/.github/workflows/pipenv-test-upload-metadata.yml +++ b/.github/workflows/pipenv-test-upload-metadata.yml @@ -54,3 +54,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/poetry-build-upload.yml b/.github/workflows/poetry-build-upload.yml index 0ea709a..e8a46f0 100644 --- a/.github/workflows/poetry-build-upload.yml +++ b/.github/workflows/poetry-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/poetry-test-upload-metadata.yml b/.github/workflows/poetry-test-upload-metadata.yml index 17de2b0..35beb70 100644 --- a/.github/workflows/poetry-test-upload-metadata.yml +++ b/.github/workflows/poetry-test-upload-metadata.yml @@ -54,3 +54,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/python-build-upload.yml b/.github/workflows/python-build-upload.yml index 3bc6cd1..6e5e10f 100644 --- a/.github/workflows/python-build-upload.yml +++ b/.github/workflows/python-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/python-test-upload-metadata.yml b/.github/workflows/python-test-upload-metadata.yml index bb03e15..e970903 100644 --- a/.github/workflows/python-test-upload-metadata.yml +++ b/.github/workflows/python-test-upload-metadata.yml @@ -47,3 +47,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/ruby-build-upload.yml b/.github/workflows/ruby-build-upload.yml index 53874b2..6ec8581 100644 --- a/.github/workflows/ruby-build-upload.yml +++ b/.github/workflows/ruby-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/ruby-test-upload-metadata.yml b/.github/workflows/ruby-test-upload-metadata.yml index 41b37b8..9d7ebb1 100644 --- a/.github/workflows/ruby-test-upload-metadata.yml +++ b/.github/workflows/ruby-test-upload-metadata.yml @@ -47,3 +47,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/rust-build-upload.yml b/.github/workflows/rust-build-upload.yml index 8e46d8b..de773d3 100644 --- a/.github/workflows/rust-build-upload.yml +++ b/.github/workflows/rust-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/rust-test-upload-metadata.yml b/.github/workflows/rust-test-upload-metadata.yml index 96a8ef5..d6a1f37 100644 --- a/.github/workflows/rust-test-upload-metadata.yml +++ b/.github/workflows/rust-test-upload-metadata.yml @@ -47,3 +47,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/tini-build-upload.yml b/.github/workflows/tini-build-upload.yml index 0fc824f..28d544a 100644 --- a/.github/workflows/tini-build-upload.yml +++ b/.github/workflows/tini-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/tini-test-upload-metadata.yml b/.github/workflows/tini-test-upload-metadata.yml index 95fd26b..e8a5042 100644 --- a/.github/workflows/tini-test-upload-metadata.yml +++ b/.github/workflows/tini-test-upload-metadata.yml @@ -47,3 +47,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/yarn-build-upload.yml b/.github/workflows/yarn-build-upload.yml index d25e479..0176236 100644 --- a/.github/workflows/yarn-build-upload.yml +++ b/.github/workflows/yarn-build-upload.yml @@ -82,3 +82,14 @@ jobs: "purl": "${{ steps.upstream.outputs.purl }}", "licenses": "${{ steps.flatten-licenses.outputs.licenses }}" } + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Build/Upload ${{ env.DEP_NAME }} + issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}' diff --git a/.github/workflows/yarn-test-upload-metadata.yml b/.github/workflows/yarn-test-upload-metadata.yml index 7f35895..be0876a 100644 --- a/.github/workflows/yarn-test-upload-metadata.yml +++ b/.github/workflows/yarn-test-upload-metadata.yml @@ -54,3 +54,14 @@ jobs: cpe: ${{ steps.modify-cpe.outputs.cpe }} purl: ${{ github.event.client_payload.purl }} licenses: ${{ github.event.client_payload.licenses }} + - name: Notify Maintainers of Failures + if: ${{ failure() }} + uses: paketo-buildpacks/github-config/actions/issue/file@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{github.repository}} + label: workflow-failure + comment_if_exists: true + issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }} + issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)' + comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'