Skip to content

Commit

Permalink
Add reference to issue in workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Mar 6, 2024
1 parent 556cd8a commit 159e3a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
GH_REPO: openjournals/joss-reviews
jobs:
run-analysis:
name: ${{ format('Repository and paper analysis for issue {0}', github.event.inputs.issue_id) }}
runs-on: ubuntu-latest
steps:
- name: Repository and paper analysis
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
GH_REPO: openjournals/joss-reviews
jobs:
run-doi-validation:
name: ${{ format('DOIs validation for issue {0}', github.event.inputs.issue_id) }}
runs-on: ubuntu-latest
steps:
- name: DOIs validation
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/retract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
default: draft
jobs:
retraction-notice:
name: ${{ format('Retracting paper in issue {0}', github.event.inputs.issue_id) }}
runs-on: ubuntu-latest
steps:
- name: Generate retraction notice
Expand Down

0 comments on commit 159e3a4

Please sign in to comment.