Skip to content

Commit

Permalink
Merge pull request #4621 from GSA/scale-template
Browse files Browse the repository at this point in the history
use scale template
  • Loading branch information
btylerburton committed Feb 22, 2024
2 parents c15f1c6 + 093e7cc commit 3036d4d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .github/scale_failure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Auto Scale Failure
labels: bug
---

Workflow with Issue: {{ workflow }}
Job Failed: {{ env.GITHUB_JOB }}
Last Commit: {{ env.LAST_COMMIT }}
Number of times run: {{ env.GITHUB_ATTEMPTS }}
Last run by: {{ env.LAST_RUN_BY }}
Github Action Run: https://github.com/{{ env.REPO }}/actions/runs/{{ env.RUN_ID }}
1 change: 0 additions & 1 deletion .github/workflows/app-restart-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ jobs:
REPO: ${{ github.repository }}
with:
filename: datagov/.github/restart_failure.md
assignees: ${{ github.actor }}
update_existing: true
3 changes: 1 addition & 2 deletions .github/workflows/scale-web-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@ jobs:
RUN_ID: ${{ github.run_id }}
REPO: ${{ github.repository }}
with:
filename: datagov/.github/restart_failure.md
assignees: ${{ github.actor }}
filename: datagov/.github/scale_failure.md
update_existing: true

0 comments on commit 3036d4d

Please sign in to comment.