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.
1 parent d65728a commit 3883a47Copy full SHA for 3883a47
.github/workflows/update-golangci-lint.yaml
@@ -8,6 +8,9 @@ on:
8
- cron: '0 0 * * 1' # Runs every Monday at midnight UTC
9
workflow_dispatch: # Allows manual triggering
10
11
+permissions:
12
+ pull-requests: write
13
+
14
jobs:
15
update-golangci-lint:
16
runs-on: ubuntu-latest
0 commit comments