Skip to content

build: update python requirement to >=3.10 #5

build: update python requirement to >=3.10

build: update python requirement to >=3.10 #5

name: Pull Request Has Priority Label
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
pr-priority-label:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
outputs:
status: {{ "${{ steps.check-labels.outputs.status }}" }}

Check failure on line 12 in .github/workflows/pr-priority-label.yaml

View workflow run for this annotation

GitHub Actions / Pull Request Has Priority Label

Invalid workflow file

The workflow is not valid. .github/workflows/pr-priority-label.yaml (Line: 12, Col: 15): A mapping was not expected
steps:
- id: check-labels
uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "priority:*"
use_regex: true
add_comment: true
message: "PRs require a priority label. Please add one."
exit_type: failure