Skip to content

Commit

Permalink
don't open new issues; comment on them
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 committed Jan 25, 2024
1 parent f2da478 commit 006cb4c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/eamxx_default_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
--json number \
--jq '.[0].number')
if [[ -n $previous_issue_number ]]; then
gh issue edit "$previous_issue_number" \
gh issue comment "$previous_issue_number" \
--body "$BODY"
else
gh issue create \
Expand All @@ -57,7 +57,6 @@ jobs:
ASSIGNEES: mahf708,bartgol
LABELS: bug,input file,notify-file-gh-action
BODY: |
Workflow failed! There's likely a missing file specified in the configs!
For more information, please see:
- Workflow URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
Workflow failed! There's likely a missing file specified in the configs! For more information, please see:
- Workflow URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (number ${{ github.run_number }}, attempt ${{ github.run_attempt }})
- Workflow SHA: ${{ github.sha }}

0 comments on commit 006cb4c

Please sign in to comment.