Skip to content

Releases: imjohnbo/issue-bot

v2.4.1

13 Nov 01:16
0829dcb
Compare
Choose a tag to compare
Automatic compilation

v2.3.1 - Bug fix for #14

19 Sep 01:22
e3bc1c3
Compare
Choose a tag to compare
Merge pull request #19 from imjohnbo/fix/14

Fix #14

Templates

08 Jul 21:01
e6399a1
Compare
Choose a tag to compare

Use Handlebars templates!

Flag for linked comments

10 Mar 11:46
Compare
Choose a tag to compare

This release adds a flag, linked-comments, which turns on/off comments like this:

image
image

v2.0 - Issue Bot

05 Mar 02:32
ec94953
Compare
Choose a tag to compare

This release contains a generic issue-bot for all your issue opening needs! ❤️ 🤖

New features

  • Issue template can come from anywhere in the repo, not only in .github/ISSUE_TEMPLATE
  • Issue template metadata (assignees, title, labels) used as backup if these inputs are not provided
  • close-previous input allows you to toggle whether the most recent matching issue in the series is closed

Breaking changes

  • title and labels are required, whether as an input or as metadata in an issue template

Not-so-breaking changes

  • Although the name of the action and repository changed from weekly-radar to issue-bot, it looks like the redirect works

Template issue input

04 Feb 01:57
50505ef
Compare
Choose a tag to compare

By default, weekly-radar opens issues that look a little something like this:

image

But now, you can unleash all the creativity your team deserves by using issue templates instead! 🎉Try it out with the new template input:

steps:

    - name: weekly-radar
      uses: imjohnbo/weekly-radar@master
      with:
        assignees: "some space delimited list of assignees"
        label: "my-custom-label"
        pinned: true
        template: "my_template.md"
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Issue number output

13 Jan 20:33
91b8d54
Compare
Choose a tag to compare

Now produces issue_number output to use in downstream actions. For example:

  • An action runs after this to add another issue comment stating whose turn it is on a rotating duty schedule
  • An action runs after this to paste a link to the new weekly radar issue into your team's Slack channel

Pinned input

25 Oct 13:03
24c0888
Compare
Choose a tag to compare

Now accepts pinned input:

  • pinned (optional) is a boolean flag that pins the issue to your repository for easier access.

v1 Release

13 Aug 14:54
Compare
Choose a tag to compare

Keep your team in sync with a Weekly Radar!

This is the initial release of Weekly Radar featuring:

  • Support for the latest version of GitHub Actions
  • Custom assignees - the team members that will contribute or view the Weekly Radar
  • Custom label