Skip to content

Commit fdf8ecd

Browse files
Revert "tools: open issue when update workflow fails"
This reverts commit c488558. PR-URL: #48312 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent e9e1181 commit fdf8ecd

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/FAILED_DEP_UPDATE_ISSUE_TEMPLATE.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/tools.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -307,14 +307,3 @@ jobs:
307307
labels: ${{ matrix.label }}
308308
title: '${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}'
309309
update-pull-request-title-and-body: true
310-
- name: Open issue on fail
311-
id: create-issue
312-
if: github.event_name == 'schedule' && ${{ failure() }}
313-
uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd # 2.9.1
314-
env:
315-
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
316-
FAILED_DEP: ${{ matrix.id }}
317-
JOB_URL: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}
318-
with:
319-
filename: .github/FAILED_DEP_UPDATE_ISSUE_TEMPLATE.md
320-
update_existing: true

0 commit comments

Comments
 (0)