Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/update-golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Update golangci-lint version

on:
pull_request:
paths:
- '.github/workflows/update-golangci-lint.yaml'
schedule:
- cron: '0 0 * * *' # Runs every day at midnight UTC
workflow_dispatch: # Allows manual triggering
Expand Down Expand Up @@ -48,6 +45,7 @@ jobs:
This PR was generated by GH workflow `update-golangci-lint` and
updates golangci-lint to version v${{ steps.get_version.outputs.latest_version }}.
branch: update-golangci-lint-${{ steps.get_version.outputs.latest_version }}
base: main
labels: "area/dependency"
add-paths: |
- hack/tools/Makefile
hack/tools/Makefile