mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Update .github/workflows/security-issue-label-checker.yml
Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
This commit is contained in:
parent
d36f6ccf83
commit
47ae78e7be
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check and add missing labels
|
- name: Check and add missing labels
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const currentLabels = context.payload.issue.labels.map(l => l.name);
|
const currentLabels = context.payload.issue.labels.map(l => l.name);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue