From abd7597246c2dc072f5ae5733fc28320e38f3953 Mon Sep 17 00:00:00 2001 From: Christoffer Rehn <1280602+hoffa@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:53:56 -0800 Subject: [PATCH] ci(schema): add PR checks workaround to description (#2861) --- .github/workflows/schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}