Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/auto-label-enable-keep-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: github.actor != 'renovate[bot]' # Add this condition to skip if the author is Renovate
steps:
- name: Add a specific label to all new PRs
uses: actions/github-script@v6 # Use github-script for direct API interaction
uses: actions/github-script@v8 # Use github-script for direct API interaction
with:
script: |
const labelToAdd = 'enable_keep_helm';
Expand Down
Loading