Skip to content

* For files not in tpac2024-meetings workflows, updated setup-node to… #8

* For files not in tpac2024-meetings workflows, updated setup-node to…

* For files not in tpac2024-meetings workflows, updated setup-node to… #8

Workflow file for this run

name: [M] Initialize labels

Check failure on line 1 in .github/workflows/init-labels.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/init-labels.yml

Invalid workflow file

You have an error in your yaml syntax
on:
workflow_dispatch:
jobs:
init-labels:
name: Initialize repository labels
runs-on: ubuntu-latest
steps:
- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Checkout latest version of release script
uses: actions/checkout@v4
with:
ref: main
# Note: no "package-lock.json" and no "npm ci" on purpose to retrieve
# latest version of w3c/tpac-breakouts tools (which are unversioned)
- name: Install dependencies
run: npm install
- name: Run the init labels script
run: npx init-repo-labels ${{ github.repository }}
env:
# A valid Personal Access Token (classic version) with project
# and public_repo scope.
GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}