Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
jcfr committed Oct 1, 2024
1 parent c75e50c commit 0ef392d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/control-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
18 changes: 9 additions & 9 deletions issue-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
_The commands described below may be added as issue comments. Only one command
may be entered per comment._

| Command | Description | Who |
| --------------- | -------------------------------------------------- | -------------------- |
| `/shelve` | Shelve the instance. | Issue creator, Admin |
| `/unshelve` | Unshelve the instance. | Issue creator, Admin |
| `/encode_email` | Update issue description obfuscating email. | Issue creator, Admin |
| `/decode_email` | Update issue description deobfuscating email. | Issue creator, Admin |
| `/email` | Send email to _Issue creator_ with connection URL. | Issue creator, Admin |
| `/create` | Create the instance. | Admin |
| `/delete` | Delete the instance. | Admin |
| Command | Description | Who |
| ------------------ | -------------------------------------------------- | -------------------- |
| `/shelve` | Shelve the instance. | Issue creator, Admin |
| `/unshelve` | Unshelve the instance. | Issue creator, Admin |
| `/encode_email` | Update issue description obfuscating email. | Issue creator, Admin |
| `/decode_email` | Update issue description deobfuscating email. | Issue creator, Admin |
| `/email` | Send email to _Issue creator_ with connection URL. | Issue creator, Admin |
| `/create` | Create the instance. | Admin |
| `/delete_instance` | Delete the instance. | Admin |

0 comments on commit 0ef392d

Please sign in to comment.