Commit graph

19 commits

Author SHA1 Message Date
Andrew Block
35e77cc8ec
Changed how the setup-go action sets go version
Signed-off-by: Andrew Block <andy.block@gmail.com>
2023-02-20 23:48:42 -06:00
Andrew Block
6ba17f1762
CircleCI Migration
Signed-off-by: Andrew Block <andy.block@gmail.com>
2023-02-20 23:48:41 -06:00
Joe Julian
209d44c12f
don't mark issues as stale where a PR is in progress
Signed-off-by: Joe Julian <me@joejulian.name>
2023-02-09 09:37:51 -08:00
yxxhero
39b0a82365 bump Go 1.18
Signed-off-by: yxxhero <aiopsclub@163.com>
2022-07-03 10:19:15 +08:00
Josh Dolitsky
f77f93324d
Merge remote-tracking branch 'upstream/main' into oras-0.5
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-11-16 12:05:33 -05:00
Josh Dolitsky
3841af9a96
update CI to use Go 1.17
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-11-16 11:43:01 -05:00
Martin Hickey
ea1b1f5a07 Use buffered channel for signal notification
Refer to https://pkg.go.dev/os/signal#Notify for more details.

Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2021-11-16 15:42:48 +00:00
Josh Dolitsky
28f44b8269
Revert "Use official golangci-lint action"
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-07-08 10:10:37 -05:00
Josh Dolitsky
07a25a26f6
Use official golangci-lint action
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-07-08 10:06:16 -05:00
Josh Dolitsky
b16091a01a
verify golangci-lint sha256 checksum
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-07-08 09:59:23 -05:00
Josh Dolitsky
7605db034d
Use setup-go v2
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-07-07 12:19:59 -05:00
Josh Dolitsky
2f63045f25
Add build-pr github actions workflow
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-07-07 11:04:08 -05:00
Martin Hickey
734f93b245 Update references to default branch name as it has changed to main
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2021-03-30 17:59:43 +01:00
Chris Aniszczyk
7860453923
Add CodeQL Security Scanning
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2020-12-03 11:45:46 -08:00
Matthew Fisher
8592029379
bump actions/stale to v3.0.14
updates label handling to account for localization.

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-11-20 09:12:50 -08:00
Matthew Fisher
b79134a91d
increase number of operations per run to 100
The default number of operations the stale issue bot will run is 30. This is a good size for a small-to-medium sized project and it prevents rate limits. However, for a project as large as Helm, the number of operations need to be increased so that it can find and close stale issues.

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-11-19 12:32:53 -08:00
Matthew Fisher
d13c43d3e8
use URL escape codes
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-08-19 13:33:12 -07:00
Matthew Fisher
9664bb2a0a
add v4 to list of exempt labels
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-08-19 13:23:15 -07:00
Matthew Fisher
b13247c333
introduce stale issue bot
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-07-27 09:03:24 -07:00