๐
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
builds: | |
- env: | |
- CGO_ENABLED=0 | |
goos: | |
- linux | |
- darwin | |
goarch: | |
- amd64 | |
- arm64 | |
mod_timestamp: '{{ .CommitTimestamp }}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: goreleaser | |
on: | |
push: | |
tags: | |
- '*' | |
permissions: | |
contents: write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"$ref": "#/definitions/Project", | |
"definitions": { | |
"Announce": { | |
"properties": { | |
"twitter": { | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"$ref": "#/definitions/Twitter" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env groovy | |
/** | |
* List all Git branches of a repo. | |
* @author [email protected] | |
* @since Jenkins 2.204.1 | |
* @params String url for Git repo URL, String credentialID, Bool activeChoice if ActiveChoice plugin used, String defaultBranch | |
* @return String array of branch names | |
* | |
* Dependencies: |
I give GoReleaser permission to license my contributions on any terms they like. I am giving them this license in order to make it possible for them to accept my contributions into their project.
As far as the law allows, my contributions come as is, without any warranty or condition, and I will not be liable to anyone for any damages related to this software or this license, under any kind of legal claim.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
for size in XL XXL XS S M L; do | |
curl -sf -H "Authorization: Bearer $GITHUB_TOKEN" "https://api.github.com/repos/kubernetes/kubernetes/labels/size/$size" | | |
jq '. | { "name": .name, "color": .color, "description": .description }' | | |
curl -sfXPOST -d @- -H "Authorization: Bearer $GITHUB_TOKEN" https://api.github.com/repos/$REPO/labels | |
done |
10666361bf2ddb7070c9ea6756b1e8ce327a9edb
8 found
builds:
# List of builds
- # First Build
env:
- CGO_ENABLED=0
format | repo_full_name | stargazers_count |
---|---|---|
gohugoio/hugo | gohugoio/hugo | 38629 |
containous/traefik | containous/traefik | 25222 |
influxdata/influxdb | influxdata/influxdb | 17505 |
influxdata/influxdb | influxdata/influxdb | 17505 |
[wagoodman/dive](https://github.com/wagoodman/dive/blob/master/.gore |
NewerOlder