Skip to content

Resolve JS-151 - Add explicit meta.schema to the configurable rules that are missing it #1274

Resolve JS-151 - Add explicit meta.schema to the configurable rules that are missing it

Resolve JS-151 - Add explicit meta.schema to the configurable rules that are missing it #1274

Workflow file for this run

name: Request review
on:
pull_request:
types: ["review_requested"]
jobs:
MoveCardToReview_job:
name: Move card to review
runs-on: ubuntu-latest
permissions:
id-token: write
# PRs from forks don't have required token authorization
if: |
github.event.pull_request.head.repo.full_name == github.repository
&& github.event.review.author_association != 'NONE'
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
development/github/token/{REPO_OWNER_NAME_DASH}-kanban token | kanban_token;
- uses: sonarsource/gh-action-lt-backlog/MoveCardToReview@v1
with:
github-token: ${{ fromJSON(steps.secrets.outputs.vault).kanban_token }}
column-id: "14c3336d" # Kanban "Review in progress" column
project-number: 8