Skip to content

Extensions compatibility tests 2.10 #405

Extensions compatibility tests 2.10

Extensions compatibility tests 2.10 #405

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
<<<<<<< HEAD

Check failure on line 14 in .github/workflows/add-issue-labels.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/add-issue-labels.yaml

Invalid workflow file

You have an error in your yaml syntax on line 14
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
=======
uses: actions/setup-node@v1
with:
node-version: '16.x'
>>>>>>> b7384b5fad (Revert "script adjustment/fix")
- name: script
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node .github/workflows/scripts/add-issue-labels.js