-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update to MorphoCloud/MorphoCloudWorkflow@b303508
List of MorphoCloudWorkflow changes: ``` $ git shortlog d4e1ccb..b303508 --no-merges Jean-Christophe Fillion-Robin (1): feat: Rename command from "/delete" to "/delete_instance" ``` See MorphoCloud/MorphoCloudWorkflow@d4e1ccb...b303508
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
${{ !github.event.issue.pull_request && ( | ||
contains(github.event.comment.body, '/unshelve') || | ||
contains(github.event.comment.body, '/shelve') || | ||
contains(github.event.comment.body, '/delete') ) }} | ||
contains(github.event.comment.body, '/delete_instance') ) }} | ||
steps: | ||
- name: unshelve command | ||
id: unshelve_command | ||
|
@@ -46,7 +46,7 @@ jobs: | |
id: delete_command | ||
uses: github/[email protected] | ||
with: | ||
command: "/delete" | ||
command: "/delete_instance" | ||
reaction: "rocket" | ||
allowed_contexts: "issue" | ||
permissions: "write,maintain,admin" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters