From fdf8ecde9e57636314247791d67df374f762382e Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Sat, 3 Jun 2023 13:28:46 +0200 Subject: [PATCH] Revert "tools: open issue when update workflow fails" This reverts commit c488558c15eb088a4b81a16fc34e5416c1d6e8d5. PR-URL: https://github.com/nodejs/node/pull/48312 Reviewed-By: Richard Lau Reviewed-By: Mestery Reviewed-By: Antoine du Hamel --- .github/FAILED_DEP_UPDATE_ISSUE_TEMPLATE.md | 7 ------- .github/workflows/tools.yml | 11 ----------- 2 files changed, 18 deletions(-) delete mode 100644 .github/FAILED_DEP_UPDATE_ISSUE_TEMPLATE.md diff --git a/.github/FAILED_DEP_UPDATE_ISSUE_TEMPLATE.md b/.github/FAILED_DEP_UPDATE_ISSUE_TEMPLATE.md deleted file mode 100644 index c1f35e66ed48fe..00000000000000 --- a/.github/FAILED_DEP_UPDATE_ISSUE_TEMPLATE.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 'deps: update {{ env.FAILED_DEP }} job failed' -labels: dependencies ---- -This is an automatically generated issue by the {{ tools.context.action }} GitHub Action. -The update [workflow]({{ env.JOB_URL }}) has failed for {{ tools.context.workflow }}. -@nodejs/security-wg @nodejs/actions \ No newline at end of file diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 5b5d79dbb58a25..10f6f073d2d883 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -307,14 +307,3 @@ jobs: labels: ${{ matrix.label }} title: '${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}' update-pull-request-title-and-body: true - - name: Open issue on fail - id: create-issue - if: github.event_name == 'schedule' && ${{ failure() }} - uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd # 2.9.1 - env: - GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} - FAILED_DEP: ${{ matrix.id }} - JOB_URL: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }} - with: - filename: .github/FAILED_DEP_UPDATE_ISSUE_TEMPLATE.md - update_existing: true