Add 'pr: no changelog' label because these PRs dont need to update the changelog (#2867)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry 2023-08-23 10:55:55 +01:00 committed by GitHub
parent 4b86e6f737
commit 4af642083b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,6 @@ jobs:
git config --local user.name "grafanabot"
git commit -m "Update \`make docs\` procedure"
git push -v origin "refs/heads/${BRANCH}"
gh pr create --fill
gh pr create --fill --label "pr:no changelog"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}