Skip to content

CHANGELOG.md updates for 4.14.0 release #7366

CHANGELOG.md updates for 4.14.0 release

CHANGELOG.md updates for 4.14.0 release #7366

Workflow file for this run

---
name: Link Milestone
on:
pull_request_target:
branches: [main]
types: ['closed']
jobs:
link-milestone:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
steps:
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
# we cannot use go-version-file here because no repositories are checked out so there is no file to reference
go-version: '1.22.7'
- run: |
go install github.com/stephybun/link-milestone@latest
link-milestone
env:
PR_NUMBER: ${{ github.event.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPO: ${{ github.repository }}