Skip to content

Feature: create a mechanism so that Prime extensions can override translations #2461

Feature: create a mechanism so that Prime extensions can override translations

Feature: create a mechanism so that Prime extensions can override translations #2461

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@v5
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- name: script
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node .github/workflows/scripts/add-issue-labels.js