From e4570f42a9594fe9a95ed62b992a6a76a26caa7f Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Wed, 4 Dec 2024 17:50:55 -0500 Subject: [PATCH] fix: Update to MorphoCloud/MorphoCloudWorkflow@334df2e List of MorphoCloudWorkflow changes: ``` $ git shortlog ec55302..334df2e --no-merges Jean-Christophe Fillion-Robin (1): fix: Remove redundant comment posted by triggering workflow ``` See https://github.com/MorphoCloud/MorphoCloudWorkflow/compare/ec55302...334df2e --- .github/workflows/automatic-instance-shelving.yml | 3 --- .github/workflows/validate-request.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/automatic-instance-shelving.yml b/.github/workflows/automatic-instance-shelving.yml index 95229045..40e8ce06 100644 --- a/.github/workflows/automatic-instance-shelving.yml +++ b/.github/workflows/automatic-instance-shelving.yml @@ -120,9 +120,6 @@ jobs: gh workflow run control-instance-from-workflow.yml \ -f issue_number=$issue_number \ -f command_name=shelve - gh issue comment $issue_number \ - -b "Workflow **control-instance-from-workflow.yml** triggered by **automatic-instance-shelving.yml** for command shelve. \ - See details [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})." fi done env: diff --git a/.github/workflows/validate-request.yml b/.github/workflows/validate-request.yml index 340e7ae1..3d6c7a07 100644 --- a/.github/workflows/validate-request.yml +++ b/.github/workflows/validate-request.yml @@ -172,9 +172,6 @@ jobs: gh workflow run update-issue-from-workflow.yml \ -f issue_number=$ISSUE_NUMBER \ -f command_name=$COMMAND_NAME - gh issue comment $ISSUE_NUMBER \ - -b "Workflow **update-issue-from-workflow.yml** triggered by **validate-request.yml** for command $COMMAND_NAME. \ - See details [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})." env: ISSUE_NUMBER: ${{ steps.collect_inputs.outputs.issue_number }} COMMAND_NAME: encode_email