From 742d5f30d56dad142f794a4b801821c2e2982218 Mon Sep 17 00:00:00 2001 From: Chris Guimaraes Date: Tue, 30 Jul 2024 11:19:13 +0100 Subject: [PATCH] wip --- .github/workflows/scheduled.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index fa52d3db..00d53836 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -30,8 +30,7 @@ jobs: if: ${{ failure() }} with: github-token: ${{ secrets.GH_TOKEN }} - label-name: - - property-testing-failure + label-name: "property-testing-failure" title-template: "Property testing has failed: {{ workflow }}" body-template: | GitHub Actions workflow [{{workflow}} #{{runNumber}}](https://github.com/{{repo.owner}}/{{repo.repo}}/actions/runs/{{runId}}) failed.