diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index a95d81adc..ffebbf084 100644 --- a/.github/workflows/schema.yml +++ b/.github/workflows/schema.yml @@ -40,6 +40,6 @@ jobs: - name: Create PR if: steps.schema.outputs.changed - run: gh pr create --fill --base develop --body 'Created by the [`schema.yml`](https://github.com/aws/serverless-application-model/blob/develop/.github/workflows/schema.yml) workflow.' + run: printf '> **Note**\n> If checks do not start, close then reopen this pull request.\n\nCreated by the [`schema.yml`](https://github.com/aws/serverless-application-model/blob/develop/.github/workflows/schema.yml) workflow.\n' | gh pr create --fill --base develop --body-file - env: GH_TOKEN: ${{ github.token }}