Skip to content

Commit

Permalink
edit title after upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jan 18, 2025
1 parent 0e93ef6 commit 8d3f2bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/upload_via_issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
bioimage.io @reviewers were notified.
- if: needs.stage.result == 'success'
run: gh issue close "$NUMBER" --reason=completed --comment="$MESSAGE"
run: |
gh issue close "$NUMBER" --reason=completed --comment="$MESSAGE"
gh issue edit "$NUMBER" --title="$TITLE"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
Expand All @@ -96,7 +98,7 @@ jobs:
Successfully staged new draft '${{needs.stage.outputs.concept_id}}' from ${{needs.comment.outputs.package_url}} ! :rocket:
Status and test results of your upload can be found [here](https://bioimageio-uploader.netlify.app/#/status/${{needs.stage.outputs.concept_id}}).
TITLE: "@bioimageiobot, please upload ${{needs.stage.outputs.concept_id}}"
dispatch-test:
runs-on: ubuntu-latest
needs: stage
Expand Down

0 comments on commit 8d3f2bc

Please sign in to comment.