Skip to content

Releases: imjohnbo/issue-bot

v3.3.1 – bug fix

26 Aug 20:18
81734a8
Compare
Choose a tag to compare

v3.3.0 – variable linked comments

15 Apr 01:10
81fab81
Compare
Choose a tag to compare

Added two new inputs for variable linked comments.

  • linked-comments-previous-issue-text
  • linked-comments-next-issue-text

v3.2.0 – add `previous-issue-number` output

09 Apr 19:27
adef1ec
Compare
Choose a tag to compare

v3.1.2 – fix unpinning issues

19 Mar 01:43
82f8cfb
Compare
Choose a tag to compare

Resolves issue with unpinning previous issues

v3.1.1

24 Feb 21:26
d6128ef
Compare
Choose a tag to compare

No more required env.GITHUB_TOKEN! Use the new token input to override the default ${{ github.token }} if needed 🚀.

v3.1.0

23 Feb 16:00
b304781
Compare
Choose a tag to compare

Adds project-type input, which accepts user, organization, and repository (default). If user or organization is chosen, a GITHUB_TOKEN environment variable with sufficient permission is required, like a personal access token – ${{ secrets.GITHUB_TOKEN}} will not work.

v3.0.0

19 Feb 14:43
3daae12
Compare
Choose a tag to compare

⚠️ If you're a v2 user, please note that these breaking changes were introduced in v3: ⚠️

and these features were added 🎉:

As always, your feedback and contributions are welcome.

v2.5 - Assignees template variable

26 Jan 14:28
c77da58
Compare
Choose a tag to compare

Via #30 ✨:

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

body: |
    :wave: heads up, {{#each assignees}}@{{this}}{{#unless @last}}, {{/unless}}{{/each}}!

Bug fix for #24

17 Nov 13:58
55c4aa5
Compare
Choose a tag to compare
v2.4.3

Automatic compilation

v2.4.2: Merge pull request #25 from imjohnbo/fix/2.4.1

16 Nov 17:45
4ad6a8d
Compare
Choose a tag to compare