Skip to content

Revert "Enable razor UTs in-memory compilation (#9190)" #3421

Revert "Enable razor UTs in-memory compilation (#9190)"

Revert "Enable razor UTs in-memory compilation (#9190)" #3421

name: Create Pull Request
on:
pull_request:
types: ["opened"]
jobs:
CreateCardForStandalonePR_job:
name: Assign PR to the author and create a Kanban card
runs-on: ubuntu-latest
# Single quotes must be used here https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#literals
# PRs from forks don't have required token authorization
# Dependabot works directly under our repository, but doesn't have enough priviledges to create project card
if: |
github.event.pull_request.head.repo.full_name == github.repository
&& github.event.sender.type != 'Bot'
steps:
- uses: sonarsource/gh-action-lt-backlog/CreateCardForStandalonePR@v1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
column-id: 4971952 # Kanban "In Progress" column
- uses: sonarsource/gh-action-lt-backlog/CopyLabelToPR@v1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
label-prefix: 'Sprint:'