Update .github/workflows/security-issue-label-checker.yml

Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
This commit is contained in:
Paula Borgonovi 2025-06-24 08:24:38 -07:00 committed by GitHub
parent d36f6ccf83
commit 47ae78e7be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check and add missing labels
uses: actions/github-script@v7
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
const currentLabels = context.payload.issue.labels.map(l => l.name);