File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : ' deps: update {{ env.FAILED_DEP }} job failed'
3+ labels : dependencies
4+ ---
5+ This is an automatically generated issue by the {{ tools.context.action }} GitHub Action.
6+ The update [ workflow] ({{ env.JOB_URL }}) has failed for {{ tools.context.workflow }}.
7+ @nodejs/security-wg @nodejs/actions
Original file line number Diff line number Diff line change @@ -298,3 +298,14 @@ jobs:
298298 labels : ${{ matrix.label }}
299299 title : ' ${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}'
300300 update-pull-request-title-and-body : true
301+ - name : Open issue on fail
302+ id : create-issue
303+ if : github.event_name == 'schedule' && ${{ failure() }}
304+ uses : JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd # 2.9.1
305+ env :
306+ GITHUB_TOKEN : ${{ secrets.GH_USER_TOKEN }}
307+ FAILED_DEP : ${{ matrix.id }}
308+ JOB_URL : ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}
309+ with :
310+ filename : .github/FAILED_DEP_UPDATE_ISSUE_TEMPLATE.md
311+ update_existing : true
You can’t perform that action at this time.
0 commit comments