mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
chore: Adjust the title of the validate changelog job (#38601)
* adding a malformed changelog * adjust name of validate changelog job * remove malformed changelog
This commit is contained in:
parent
a3ad084492
commit
74be5f114e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changelog.yml
vendored
2
.github/workflows/changelog.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
# Validate the changelog in the pull request branch
|
||||
validate-changelog-entry:
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-changelog-check') }}
|
||||
name: "Check Changelog Entry"
|
||||
name: "Validate Changelog"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue