Skip to content

Releases: micalevisk/last-issue-action

Allow finding issues on another repo & drop env. variables

08 Jul 23:45
Compare
Choose a tag to compare

Breaking changes:

  • all outputs are following a common naming conventions:
    kebab case
    • issue_number is now issue-number
    • has_found is now has-found
    • is_closed is now is-closed
  • environment variable were moved to action inputs
    • GITHUB_TOKEN is now token and defaults to github.token

Features:

  • New optional input added: repository. Now you can fetch issues on other
    repository instead of on the one that the action runs.

PR: #6

Dependencies upgrade & minor general improvements

01 May 17:40
Compare
Choose a tag to compare
  • upgrade all dependencies to their latest version
  • patch node-fetch (dependency of @octokit/rest package) to fix security issues
  • minor refactorings to the source
  • minor improvements to the documentation

It's small now!

09 Dec 03:16
Compare
Choose a tag to compare

(just drop the useless node_modules dir)

Expose `is_closed` issue value

08 Dec 19:34
Compare
Choose a tag to compare
v1.2.0

feat: build for release

Support filtering by closed issues

08 Dec 19:19
Compare
Choose a tag to compare

First production-ready release

05 Dec 22:20
Compare
Choose a tag to compare
v1.0.4

feat: build for release

First version

05 Dec 21:40
Compare
Choose a tag to compare
v1.0.1

feat: build for release