Skip to content

ddddd

ddddd #15

Workflow file for this run

name: Check labels
run-name: "ddddd"
on:
pull_request_target:
branches:
- "master"
- "[0-9]+.[0-9]+.z"
- "[0-9]+.[0-9]+.[0-9]"
- "[0-9]+.[0-9]+.[0-9]+-BETA-[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-DEVEL-[0-9]+"
- "data-migration-5.3"
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check for mandatory labels
runs-on: ubuntu-latest
steps:
- name: Test labels for 'Source:'
uses: docker://agilepathway/pull-request-label-checker:latest
with:
prefix_mode: true
one_of: "Source:"
repo_token: ${{ secrets.GH_TOKEN }}

Check failure on line 29 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Check labels

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 29, Col: 14): Unrecognized named-value: 'secret'. Located at position 1 within expression: secret.GITHUB_TOKEN
- name: Test labels for 'Team:'
uses: docker://agilepathway/pull-request-label-checker:latest
with:
prefix_mode: true
one_of: "Team:"
repo_token: ${{ secrets.GH_TOKEN }}