Update .github/workflows/add-labels.yml

Co-authored-by: Madhavan <msmygit@users.noreply.github.com>
This commit is contained in:
Edwin Jose 2025-12-26 11:00:35 -06:00 committed by GitHub
parent ae88880f61
commit 88b7b563ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ jobs:
issues: write
steps:
- name: Manage LGTM Review Label
uses: actions/github-script@v7
uses: actions/github-script@v8.0
with:
script: |
const LGTM_LABEL = 'lgtm';