Skip to content

Logging: print server version #548

Logging: print server version

Logging: print server version #548

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 == 'COLLABORATOR' || github.event.review.author_association == 'MEMBER')
steps:
- uses: sonarsource/gh-action-lt-backlog/MoveCardToReview@v1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
column-id: 6183857 # Kanban "Review in progress" column