add "no changelog" label for SnoopCompile CI

This excludes PRs created by SnoopCompile CI from the release notes.
This commit is contained in:
Johnny Chen 2021-07-29 13:57:04 +08:00 committed by GitHub
parent fd46fd4add
commit 5c02648cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update precompile_*.jl file [skip ci] commit-message: Update precompile_*.jl file [skip ci]
title: "[AUTO] Update precompiles [skip ci]" title: "[AUTO] Update precompiles [skip ci]"
labels: SnoopCompile labels: |
SnoopCompile
no changelog
branch: "Test_SnoopCompile_AutoPR_${{ github.ref }}" branch: "Test_SnoopCompile_AutoPR_${{ github.ref }}"