Skip to content

Releases: ory/closed-reference-notifier

v1.1.3

25 Aug 11:46
Compare
Choose a tag to compare
autogen: build bundles

v1.1.2

25 Aug 10:26
2aad8aa
Compare
Choose a tag to compare
fix: add issueLimit input to the action definition (#24)

v1.1.1

24 Aug 15:43
a3fe6d6
Compare
Choose a tag to compare
docs: add branding to action (#22)

v1.1.0

24 Aug 14:30
ac9b28e
Compare
Choose a tag to compare
feat: add issue limit (#17)

This adds an issue limit to the action. The limit can be configured through the `issueLimit` input. If there are more issues to be created than the limit allows, the action fails.

v1.0.1

12 May 14:11
9a2343e
Compare
Choose a tag to compare
docs: add license header to source files (#10)

v1.0.0

01 May 16:04
b276a42
Compare
Choose a tag to compare
fix: use npm in workflow (#6)

Because @zeit/ncc produced different output in the CI than locally we removed that check.