We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed513c4 + b10b418 commit 06ca685Copy full SHA for 06ca685
.github/workflows/update-golangci-lint.yaml
@@ -1,9 +1,6 @@
1
name: Update golangci-lint version
2
3
on:
4
- pull_request:
5
- paths:
6
- - '.github/workflows/update-golangci-lint.yaml'
7
schedule:
8
- cron: '0 0 * * *' # Runs every day at midnight UTC
9
workflow_dispatch: # Allows manual triggering
@@ -48,6 +45,7 @@ jobs:
48
45
This PR was generated by GH workflow `update-golangci-lint` and
49
46
updates golangci-lint to version v${{ steps.get_version.outputs.latest_version }}.
50
47
branch: update-golangci-lint-${{ steps.get_version.outputs.latest_version }}
+ base: main
51
labels: "area/dependency"
52
add-paths: |
53
- - hack/tools/Makefile
+ hack/tools/Makefile
0 commit comments