We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e1181 commit fdf8ecdCopy full SHA for fdf8ecd
.github/FAILED_DEP_UPDATE_ISSUE_TEMPLATE.md
.github/workflows/tools.yml
@@ -307,14 +307,3 @@ jobs:
307
labels: ${{ matrix.label }}
308
title: '${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}'
309
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