Skip to content

15 new commits on June26 #4

15 new commits on June26

15 new commits on June26 #4

Workflow file for this run

name: PR check
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
title:
name: Validate PR
runs-on: ubuntu-latest
if: ${{

Check failure on line 14 in .github/workflows/pr_checking.yml

View workflow run for this annotation

GitHub Actions / PR check

Invalid workflow file

The workflow is not valid. .github/workflows/pr_checking.yml (Line: 14, Col: 9): Unrecognized named-value: 'secrets'. Located at position 146 within expression: github.event.pull_request.author_association != 'CONTRIBUTOR' && github.event.pull_request.author_association != 'MEMBER' && ( contains(fromJSON(secrets.RESTRICTED_KEYWORDS), github.event.pull_request.title) || contains(fromJSON(secrets.RESTRICTED_KEYWORDS), github.event.pull_request.description )
github.event.pull_request.author_association != 'CONTRIBUTOR' &&
github.event.pull_request.author_association != 'MEMBER' &&
(
contains(fromJSON(secrets.RESTRICTED_KEYWORDS), github.event.pull_request.title) ||
contains(fromJSON(secrets.RESTRICTED_KEYWORDS), github.event.pull_request.description
) }}
steps:
- run: gh pr close