File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ strip_html_comments = true # default: false
1515always = true # default: false
1616
1717[approve ]
18- auto_approve_usernames = [" 1gtm" , " tamalsaha " ]
18+ auto_approve_usernames = [" tamalsaha " , " 1gtm" , " 1gtm-app[bot] " ]
Original file line number Diff line number Diff line change @@ -18,18 +18,16 @@ jobs:
1818 runs-on : ubuntu-24.04
1919 steps :
2020 - name : Set up Go 1.25
21- uses : actions/setup-go@v5
21+ uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
2222 with :
2323 go-version : ' 1.25'
2424 id : go
2525
2626 - name : Check out code into the Go module directory
27- uses : actions/checkout@v4
27+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2828
2929 - name : Prepare Host
3030 run : |
31- sudo apt-get -qq update || true
32- sudo apt-get install -y bzr
3331
3432 - name : Run checks
3533 run : |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ COMPRESS ?= no
2121
2222# This version-strategy uses git tags to set the version string
2323git_branch := $(shell git rev-parse --abbrev-ref HEAD)
24- git_tag := $(shell git describe --exact-match --abbrev=0 2>/dev/null || echo "")
24+ git_tag := $(shell git describe --tags -- exact-match --abbrev=0 2>/dev/null || echo "")
2525commit_hash := $(shell git rev-parse --verify HEAD)
2626commit_timestamp := $(shell date --date="@$$(git show -s --format=%ct ) " --utc +% FT% T)
2727
You can’t perform that action at this time.
0 commit comments