Update .github/workflows/add-labels.yml
Co-authored-by: Madhavan <msmygit@users.noreply.github.com>
This commit is contained in:
parent
ae88880f61
commit
88b7b563ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/add-labels.yml
vendored
2
.github/workflows/add-labels.yml
vendored
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue