Skip to content

Update jexl parsing process #2880

Update jexl parsing process

Update jexl parsing process #2880

name: Add Issues Labels
on:
issues:
types:
- opened
jobs:
add_qa_label_to_issues:
if: ${{ github.repository_owner == 'rancher' }}
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Use Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
with:
node-version-file: '.nvmrc'
- name: script
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node .github/workflows/scripts/add-issue-labels.js