Skip to content

Releases: chaspy/datadog-github-pr

v0.1.2

24 Jan 18:33
Compare
Choose a tag to compare

Changelog

7340612 Fix yaml
2ce59cd Merge pull request #4 from chaspy/renovate/docker-build-push-action-2.x
947ce26 Migrate build-push-action to v2
277cc9f Update docker/build-push-action action to v2
e6b33bb Merge pull request #3 from chaspy/renovate/docker-alpine-3.x
b3e87c8 Merge branch 'main' into renovate/docker-alpine-3.x
485465b Merge pull request #2 from chaspy/renovate/github.com-google-go-github-33.x
03299e3 Update README
265b49a Update README
d881c13 Fix example envrc
08607f2 Update module google/go-github to v33
5f54f74 Update alpine Docker tag to v3.13.0
9fdcc8e Release
69d494b Add Dockerfile

v0.1.1

24 Jan 18:01
Compare
Choose a tag to compare

Changelog

889557c Get repo from env vars
84e5d1d Get repository name from environment variable
b7dc1c5 Update envrc.sample
003b714 Add figure

v0.1.0

24 Jan 16:53
Compare
Choose a tag to compare

Changelog

9fdcc8e Release
69d494b Add Dockerfile
381569f Remove assignnee and assignees from PR struct
ee883b9 Run golangci lint
65c4718 Create go.yml
48afc88 Merge pull request #1 from chaspy/renovate/configure
76a1f15 Add renovate.json
6f9b398 Extract generateCustomMetrics()
e0708a1 Use "1" directry
b97198f Extract getPRInfos()
6b271e7 gofmt
e3773df Extract getPullRequests()
ff29575 Preallocate customMetrics
9758040 s/prinfo/prInfo/g
8f8384f Prealocating printos
cd4a0cc Use context.Background()
f36cde0 Update go.mod
a07e514 golangci-lint run --fix
2637a9e Remove unused variable
2714489 Handle error
83a764e go fmt
f924746 Add .golangci.yaml
8484188 Add run.sh
f3b3324 Send reviewers as tag
8cd750c Send label as tag
ca18ee0 Remove assignees
97a486f Send metrics
6346ad6 Get Pull Requests
c23b889 Use Github client
b3e74cf go mod init
68c24c0 Add main
c66a342 Add .envrc.sample
2b33cd6 Initial commit