From 7cd4ab6459e568714da3f5d3b363fb68edff13bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 12:06:17 +0100 Subject: [PATCH] [AUTOPR] Automatic updates (#204) * remove permission entry from autopr action --------- Co-authored-by: nicolaasuni-vonage --- .github/workflows/autopr.yaml | 2 -- .gitignore | 6 +++--- VERSION | 2 +- examples/service/go.mod | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/autopr.yaml b/.github/workflows/autopr.yaml index 303501f3..d3c0fba0 100644 --- a/.github/workflows/autopr.yaml +++ b/.github/workflows/autopr.yaml @@ -8,8 +8,6 @@ on: jobs: create-pull-request: runs-on: ubuntu-latest - permissions: - pull-requests: write steps: - name: Create PR uses: actions/github-script@v6 diff --git a/.gitignore b/.gitignore index e21cb645..e89907ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -target -vendor -/Dockerfile *.bak *.test .idea +/Dockerfile golangci-lint +target +vendor diff --git a/VERSION b/VERSION index d9741f66..3bc30343 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.78.1 +1.78.2 diff --git a/examples/service/go.mod b/examples/service/go.mod index ad51412f..d8614f8f 100644 --- a/examples/service/go.mod +++ b/examples/service/go.mod @@ -5,7 +5,7 @@ go 1.21 replace github.com/Vonage/gosrvlib => ../.. require ( - github.com/Vonage/gosrvlib v1.78.1 + github.com/Vonage/gosrvlib v1.78.2 github.com/golang/mock v1.6.0 github.com/jstemmer/go-junit-report v0.9.1 github.com/prometheus/client_golang v1.16.0