Skip to content

Commit

Permalink
feat(email): Allow Issue Creator to input the "/email" command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jul 31, 2024
1 parent b5aa2b9 commit cfaefdb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/send-email.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
command: "/email"
reaction: "rocket"
allowed_contexts: "issue"
permissions: "write,maintain,admin"
allowlist: "jcfr,muratmaga"
permissions: "read,triage,write,maintain,admin"
allowlist: "jcfr,muratmaga,${{ github.event.issue.user.login }}"

- uses: actions/checkout@v4

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 |
| `/create` | Create the instance. | Admin |
| `/delete` | Delete the instance. | Admin |
| `/email` | Send email with connection URL | 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` | Delete the instance. | Admin |

0 comments on commit cfaefdb

Please sign in to comment.