mirror of
https://github.com/ahmetb/kubectx.git
synced 2026-08-09 01:05:51 +00:00
Merge pull request #493 from ahmetb/dependabot/github_actions/actions/github-script-9
auto-merge per updated dependabot workflow
This commit is contained in:
2
.github/workflows/bash-frozen.yml
vendored
2
.github/workflows/bash-frozen.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- name: Comment on PR if author is not ahmetb
|
||||
if: github.event.pull_request.user.login != 'ahmetb'
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const body = [
|
||||
|
||||
Reference in New Issue
Block a user