Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,7 @@ pids

# Test coverage
coverage.txt
coverage.out
coverage.out

# Go workspace sum file (generated, varies by environment)
go.work.sum
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ clean:
rm -f get-next-semver/get-next-semver
rm -f tag-and-create-semver-release/tag-and-create-semver-release

# Run tests for all actions and go-kit
# Run tests for all actions
test:
@echo "Running tests..."
@echo "Testing go-kit..."
@cd internal/go-kit && go test -v ./...
@echo "Testing create-issue..."
@cd create-issue && go test -v ./...
@echo "Testing find-issue..."
Expand Down
4 changes: 3 additions & 1 deletion close-issue/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/half-ogre-games/hog-actions/close-issue

go 1.24
go 1.24.3

require github.com/half-ogre/go-kit v0.2.0
2 changes: 2 additions & 0 deletions close-issue/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/half-ogre/go-kit v0.2.0 h1:qRQKapcB0qVen28VPn1V9ucxD+csDwaVIev7YK1qAhU=
github.com/half-ogre/go-kit v0.2.0/go.mod h1:MSPRSJ1vN0ljh/UvDYmSIvLBONyL5nIPMHu+QtJ/ra8=
4 changes: 3 additions & 1 deletion comment-issue/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/half-ogre-games/hog-actions/comment-issue

go 1.24
go 1.24.3

require github.com/half-ogre/go-kit v0.2.0
2 changes: 2 additions & 0 deletions comment-issue/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/half-ogre/go-kit v0.2.0 h1:qRQKapcB0qVen28VPn1V9ucxD+csDwaVIev7YK1qAhU=
github.com/half-ogre/go-kit v0.2.0/go.mod h1:MSPRSJ1vN0ljh/UvDYmSIvLBONyL5nIPMHu+QtJ/ra8=
4 changes: 3 additions & 1 deletion create-issue/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/half-ogre-games/hog-actions/create-issue

go 1.24
go 1.24.3

require github.com/half-ogre/go-kit v0.2.0
2 changes: 2 additions & 0 deletions create-issue/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/half-ogre/go-kit v0.2.0 h1:qRQKapcB0qVen28VPn1V9ucxD+csDwaVIev7YK1qAhU=
github.com/half-ogre/go-kit v0.2.0/go.mod h1:MSPRSJ1vN0ljh/UvDYmSIvLBONyL5nIPMHu+QtJ/ra8=
4 changes: 3 additions & 1 deletion find-issue/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/half-ogre-games/hog-actions/find-issue

go 1.24
go 1.24.3

require github.com/half-ogre/go-kit v0.2.0
2 changes: 2 additions & 0 deletions find-issue/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/half-ogre/go-kit v0.2.0 h1:qRQKapcB0qVen28VPn1V9ucxD+csDwaVIev7YK1qAhU=
github.com/half-ogre/go-kit v0.2.0/go.mod h1:MSPRSJ1vN0ljh/UvDYmSIvLBONyL5nIPMHu+QtJ/ra8=
4 changes: 3 additions & 1 deletion get-latest-semver-tag/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/half-ogre-games/hog-actions/get-latest-semver-tag

go 1.24
go 1.24.3

require github.com/half-ogre/go-kit v0.2.0
2 changes: 2 additions & 0 deletions get-latest-semver-tag/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/half-ogre/go-kit v0.2.0 h1:qRQKapcB0qVen28VPn1V9ucxD+csDwaVIev7YK1qAhU=
github.com/half-ogre/go-kit v0.2.0/go.mod h1:MSPRSJ1vN0ljh/UvDYmSIvLBONyL5nIPMHu+QtJ/ra8=
4 changes: 3 additions & 1 deletion get-next-semver/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/half-ogre-games/hog-actions/get-next-semver

go 1.24
go 1.24.3

require github.com/half-ogre/go-kit v0.2.0
2 changes: 2 additions & 0 deletions get-next-semver/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/half-ogre/go-kit v0.2.0 h1:qRQKapcB0qVen28VPn1V9ucxD+csDwaVIev7YK1qAhU=
github.com/half-ogre/go-kit v0.2.0/go.mod h1:MSPRSJ1vN0ljh/UvDYmSIvLBONyL5nIPMHu+QtJ/ra8=
3 changes: 0 additions & 3 deletions go.mod

This file was deleted.

11 changes: 5 additions & 6 deletions go.work
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
go 1.24
go 1.24.3

use (
./internal/go-kit
./internal/semveractions
./create-issue
./find-issue
./close-issue
./comment-issue
./create-issue
./find-issue
./get-latest-semver-tag
./get-next-semver
./internal/semveractions
./tag-and-create-semver-release
)
)
83 changes: 0 additions & 83 deletions internal/go-kit/actionskit/actionskit.go

This file was deleted.

Loading
Loading