Skip to content

chore(main): release 2.5.0 #61

chore(main): release 2.5.0

chore(main): release 2.5.0 #61

Workflow file for this run

name: "Check PR"
on:
pull_request:
types: [opened, edited, reopened, labeled, unlabeled]
jobs:
lint-pr-name:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
label-pr:
runs-on: ubuntu-latest
if: "!contains( github.event.pull_request.labels.*.name, 'autorelease: pending') && !contains( github.event.pull_request.labels.*.name, 'autorelease: tagged'))"

Check failure on line 19 in .github/workflows/lint-pr.yml

View workflow run for this annotation

GitHub Actions / Check PR

Invalid workflow file

The workflow is not valid. .github/workflows/lint-pr.yml (Line: 19, Col: 9): Unexpected symbol: ')'. Located at position 154 within expression: !contains( github.event.pull_request.labels.*.name, 'autorelease: pending') && !contains( github.event.pull_request.labels.*.name, 'autorelease: tagged'))
permissions:
pull-requests: write
steps:
- uses: grafana/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}