Skip to content

chore: changed urls to the new mono repo #63

chore: changed urls to the new mono repo

chore: changed urls to the new mono repo #63

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Semantic Pull Request"
on: # yamllint disable-line rule:truthy
pull_request_target:
types:
- "opened"
- "reopened"
- "edited"
- "synchronize"
merge_group: # yamllint disable-line rule:empty-values
permissions:
pull-requests: "write" # to analyze PRs (amannn/action-semantic-pull-request)
statuses: "write" # to mark status of analyzed PR (amannn/action-semantic-pull-request)
contents: "read"

Check failure on line 18 in .github/workflows/semantic-pull-request.yml

View workflow run for this annotation

GitHub Actions / Semantic Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/semantic-pull-request.yml (Line: 18, Col: 5): Error calling workflow 'anolilab/workflows/.github/workflows/semantic-pull-request.yml@main'. The nested job 'main' is requesting 'pull-requests: write, statuses: write', but is only allowed 'pull-requests: none, statuses: none'.

Check failure on line 18 in .github/workflows/semantic-pull-request.yml

View workflow run for this annotation

GitHub Actions / Semantic Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/semantic-pull-request.yml (Line: 18, Col: 5): Error calling workflow 'anolilab/workflows/.github/workflows/semantic-pull-request.yml@main'. The workflow is requesting 'pull-requests: write, statuses: write', but is only allowed 'pull-requests: none, statuses: none'.
jobs:
semantic-pull-request:
uses: "anolilab/workflows/.github/workflows/semantic-pull-request.yml@main"
with:
target-repo: "anolilab/semantic-release"