From ecd5bd7200d700853337b29820041b03e37b7da4 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 7 Jan 2021 16:17:11 +0000 Subject: [PATCH] chore: sync workflows --- .github/workflow-settings.json | 8 +++++--- .github/workflows/check-warnings.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflow-settings.json b/.github/workflow-settings.json index 0519d0c..40fb377 100644 --- a/.github/workflow-settings.json +++ b/.github/workflow-settings.json @@ -17,10 +17,12 @@ "TOC_TARGET_PATHS": "README*.md", "BRANCH_PREFIX": "release/", "ANNOTATION_EXCLUDE_PATTERNS": [ - "warning jest", - "warning babel-jest", + ">> warning ", "Cloning into", "has unmet peer dependency", - "has incorrect peer dependency" + "has incorrect peer dependency", + "Using version", + "travis-ci", + "tests/bootstrap.php" ] } diff --git a/.github/workflows/check-warnings.yml b/.github/workflows/check-warnings.yml index 0a342de..0575350 100644 --- a/.github/workflows/check-warnings.yml +++ b/.github/workflows/check-warnings.yml @@ -20,7 +20,7 @@ jobs: with: CONFIG_FILENAME: workflow-settings.json, workflow-details.json IGNORE_WARNING: 'true' - - uses: technote-space/download-annotations-action@v1 + - uses: technote-space/download-annotations-action@v2 id: annotations with: TARGET_RUN_ID: ${{ github.event.workflow_run.id }}