v1.2.0 - 2024-03-22
- Suppress comment after adding default label by @Rindrics in #62
v1.1.1 - 2024-03-18
- Correct reference to tag by @Rindrics in #59
v1.1.0 - 2024-03-18
- Remove 'pull request' from
README.md
because it is unsupported yet by @Rindrics in #52 - Support event type 'pull request' by @Rindrics in #54
- Update major version tag on every release by @Rindrics in #56
- Correct yaml syntax by @Rindrics in #57
v1.1.0 - 2024-03-18
- Remove 'pull request' from
README.md
because it is unsupported yet by @Rindrics in #52 - Support event type 'pull request' by @Rindrics in #54
v1.0.0 - 2024-03-18
- Update action name by @Rindrics in #50
v0.0.18 - 2024-03-18
- Update
README.md
by @Rindrics in #48
v0.0.17 - 2024-03-18
- Correct hard-coded comment body by @Rindrics in #44
v0.0.16 - 2024-03-18
- Fix: blank repo info on
AddLabels()
by @Rindrics in #42
v0.0.15 - 2024-03-18
- Log config inside
App.New()
by @Rindrics in #40
v0.0.14 - 2024-03-18
- Improve logging by @Rindrics in #38
v0.0.13 - 2024-03-18
- Add logger to client by @Rindrics in #36
v0.0.12 - 2024-03-18
- Add server certificates to resolve X509 error by @Rindrics in #33
Exit(1)
when error occurd duringapp.Run()
by @Rindrics in #35
v0.0.11 - 2024-03-18
- Correct method call to resolve infinite loop by @Rindrics in #31
v0.0.10 - 2024-03-18
- Fix name of envvars by @Rindrics in #29
v0.0.9 - 2024-03-18
- Add version prefix to resolve 'manifest unknown' error by @Rindrics in #27
v0.0.8 - 2024-03-18
- Lowercase variable names by @Rindrics in #25
v0.0.7 - 2024-03-18
- Use
action.yml
for tagpr version file to provide latest version by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/23
v0.0.6 - 2024-03-18
- Prepare for publishing to GitHub marketplace by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/21
v0.0.5 - 2024-03-18
- Fix typo by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/19
v0.0.4 - 2024-03-18
- Lowercase repo name using bash by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/17
v0.0.3 - 2024-03-18
- Release to ghcr.io by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/15
v0.0.2 - 2024-03-18
- Add step ID to trigger release job by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/13
v0.0.1 - 2024-03-18
- Setup CI to run
go test
by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/4 - Use envvar as configuration method instead of command-line arguments by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/5
- Move application logic to
application/
by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/6 - Publish app as GitHub Actions by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/8
- Correct action
.yml
by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/9 - Fix typo by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/10
- Add
application/version.go
to be used by tagpr by @Rindrics in https://github.com/Rindrics/require-label-prefix/pull/11