From 5c02648cdd03a6a007586b495618cb53460dad94 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 29 Jul 2021 13:57:04 +0800 Subject: [PATCH] add "no changelog" label for SnoopCompile CI This excludes PRs created by SnoopCompile CI from the release notes. --- .github/workflows/SnoopCompile.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index 5c407a83..814d19eb 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -77,7 +77,9 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update precompile_*.jl file [skip ci] title: "[AUTO] Update precompiles [skip ci]" - labels: SnoopCompile + labels: | + SnoopCompile + no changelog branch: "Test_SnoopCompile_AutoPR_${{ github.ref }}"