Skip to content

Copy the value from slice to avoid the original value being modified #1627

Copy the value from slice to avoid the original value being modified

Copy the value from slice to avoid the original value being modified #1627

Workflow file for this run

name: Changelog
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
- labeled
- unlabeled
jobs:
# Enforces the update of a changelog file on every pull request
changelog:
name: Changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dangoslen/changelog-enforcer@v3