Skip to content

New Rule S6494: The value type properties of a model class should be nullable or marked as "Required" to avoid under-posting. #5330

New Rule S6494: The value type properties of a model class should be nullable or marked as "Required" to avoid under-posting.

New Rule S6494: The value type properties of a model class should be nullable or marked as "Required" to avoid under-posting. #5330

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
# 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:
- uses: sonarsource/gh-action-lt-backlog/MoveCardToReview@v1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
column-id: 4971953 # Kanban "Review in progress" column