Skip to content

Fix sroa replace constant with non constant in entry block #1504

Fix sroa replace constant with non constant in entry block

Fix sroa replace constant with non constant in entry block #1504

name: 'PR description checker'
on:
pull_request:
types:
- opened
- edited
- reopened
- labeled
- unlabeled
jobs:
check-pr-description:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jadrol/pr-description-checker-action@v1.0.0
id: description-checker
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}