Skip to content

Releases: lahabana/github-pm-groomer

v0.1.0

17 Apr 10:19
Compare
Choose a tag to compare

Changelog

  • 6dd5452 add milestone sync and rename label-sync to meta-sync
  • e96a417 build(deps): Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#5)
  • 7c0de3c build(deps): Bump github.com/spf13/cobra from 1.4.0 to 1.7.0 (#13)
  • 99964bd build(deps): Bump golang.org/x/oauth2 (#10)
  • c38289a build(deps): Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 (#12)
  • f3d4763 build(deps): Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 (#14)
  • be4029b build(deps): Bump gopkg.in/yaml.v3 (#9)
  • c003cb9 ci(release.yaml): correct non quoted go version

v0.0.2

21 Jan 17:00
Compare
Choose a tag to compare

Changelog

  • 1a4fa75 Add a new replace to labels command
  • d1ae147 Add a tool to sync labels on a repo
  • 3b383c7 Add cron
  • cb25f6f Add cron
  • 977854a Add first command to add/remove labels by batch
  • 17b94a8 Add lifecycle command to do cleanup of issues according to their inactivity
  • 08752bd Add test workflow to debug something
  • ef335c7 Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#3)
  • 3b5adab Fix bad workflow
  • a323263 Fix test workflow
  • 5df5c0c Improve debug
  • c182ad8 Run check and add github action
  • e5973f2 feat(.github): add an action to rotate an issue between a list of assignees
  • e6fe0c9 fix(.github): figure out why empty assignee doesn't work
  • 2b727e3 fix(.github): fix type in github action
  • e151610 fix(.github): handle undefined issue.assignees
  • f1dad54 fix(.github): run checkout first
  • af11d99 fix(.github): try action with the actual repo name
  • 03353c9 fix(.github): try to make workflow reassign pass tests
  • 17cc853 fix(.github): use correct output of github response
  • 9aba471 switch to goreleaser (#1)

v0.0.1

16 Nov 17:06
Compare
Choose a tag to compare

Changelog

1a4fa75 Add a new replace to labels command
d1ae147 Add a tool to sync labels on a repo
977854a Add first command to add/remove labels by batch
17b94a8 Add lifecycle command to do cleanup of issues according to their inactivity
c182ad8 Run check and add github action
8a28d14 switch to goreleaser