imjohnbo / issue-bot

GitHub Actions powered Issue Bot 🦾
https://github.com/imjohnbo/issue-bot
MIT License
101 stars 31 forks source link

Add assignees template variable #30

Closed swinton closed 3 years ago

swinton commented 3 years ago

Adds a new template variable, assignees, which should allow a body input like this:

body: |
    :wave: heads up, {{#each assignees}}@{{this}}{{#unless @last}}, {{/unless}}{{/each}}!
swinton commented 3 years ago

cc @imjohnbo for :eyes: since I can't request your review :bow:

imjohnbo commented 3 years ago

This feature is available at the v2, v2.5, and v2.5.0 tags