Skip to content

pull_request_opened #81

pull_request_opened

pull_request_opened #81

Workflow file for this run

name: "pr_opened"
on:
repository_dispatch:
types:
- pull_request_opened
- pull_request_reopened
permissions:
pull-requests: write
checks: read
concurrency:
group: pullreq-${{ github.event.client_payload.number }}
jobs:
lint-contribution:
uses: roc-streaming/ci/.github/workflows/pr_lint_contrib.yml@main
with:
pr-number: ${{ github.event.client_payload.number }}
secrets:
triage-token: ${{ secrets.REPO_TRIAGE }}
lint-first-time:
uses: roc-streaming/ci/.github/workflows/pr_lint_first_time.yml@main

Check failure on line 25 in .github/workflows/pr_opened.yml

View workflow run for this annotation

GitHub Actions / pr_opened

Invalid workflow file

The workflow is not valid. In .github/workflows/pr_opened.yml (Line: 25, Col: 11): Error from called workflow roc-streaming/ci/.github/workflows/pr_lint_first_time.yml@main (Line: 40, Col: 17): Unrecognized named-value: 'guidelines-link'. Located at position 1 within expression: guidelines-link
with:
pr-number: ${{ github.event.client_payload.number }}
development-branch: "develop"
guidelines-link: >-
https://roc-streaming.org/toolkit/docs/development/contribution_guidelines.html
secrets:
triage-token: ${{ secrets.REPO_TRIAGE }}
lint-target-branch:
uses: roc-streaming/ci/.github/workflows/pr_lint_target_branch.yml@main
with:
pr-number: ${{ github.event.client_payload.number }}
development-branch: "develop"
secrets:
triage-token: ${{ secrets.REPO_TRIAGE }}
lint-linked-issue:
uses: roc-streaming/ci/.github/workflows/pr_lint_linked_issue.yml@main
with:
pr-number: ${{ github.event.client_payload.number }}
secrets:
triage-token: ${{ secrets.REPO_TRIAGE }}
set-status:
uses: roc-streaming/ci/.github/workflows/pr_status_opened.yml@main
with:
pr-number: ${{ github.event.client_payload.number }}
secrets:
triage-token: ${{ secrets.REPO_TRIAGE }}