Skip to content

chore: don't label release-please PRs #54

chore: don't label release-please PRs

chore: don't label release-please PRs #54

Workflow file for this run

name: "Check PR"

Check failure on line 1 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, Idx: 393) - (Line: 19, Col: 10, Idx: 394): While parsing a tag, did not find expected tag URI.
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')
permissions:
pull-requests: write
steps:
- uses: grafana/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}