Skip to content

debugging workflow

debugging workflow #1

# Ensures all the relevant groups of labels are applied to a PR.
name: Enforce All PR Labels
on:
workflow_call:
secrets:
github-token:
required: true
description: A GitHub personal access token with write access to the project
jobs:
calver-labels:
uses: localstack/meta/.github/workflows/pr-enforce-calver-labels@main

Check failure on line 13 in .github/workflows/pr-enforce-label-groups.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-enforce-label-groups.yml

Invalid workflow file

invalid value workflow reference: workflow file should have either a '.yml' or '.yaml' file extension
secrets:
github-token: ${{ secrets.github-token }}
docs-labels:
uses: localstack/meta/.github/workflows/pr-enforce-docs-labels@main
secrets:
github-token: ${{ secrets.github-token }}
notes-labels:
uses: localstack/meta/.github/workflows/pr-enforce-notes-labels.yml@main
secrets:
github-token: ${{ secrets.github-token }}