Add an option to disable K8s version management for imported or local RKE2/K3s clusters #1082
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add Issues Labels | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add_qa_label_to_issues: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Use Node.js | |
uses: actions/setup-node@v4 | |
with: | |
node-version-file: '.nvmrc' | |
- name: script | |
env: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
run: node .github/workflows/scripts/add-issue-labels.js |