Skip to content

doc: Rephrases required for versions #989

doc: Rephrases required for versions

doc: Rephrases required for versions #989

name: Check changelog entry file
on:
pull_request:
types: [opened, reopened, synchronize, edited, labeled, unlabeled]
jobs:
check:
env:
PR_TITLE: ${{ github.event.pull_request.title }}
PR_NUMBER: ${{ github.event.pull_request.number }}
PR_LABELS: ${{ toJson(github.event.pull_request.labels.*.name) }}
runs-on: ubuntu-latest
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version-file: 'go.mod'
- run: make check-changelog-entry-file