Skip to content

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 in /selproj in the sec group #131

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 in /selproj in the sec group

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 in /selproj in the sec group #131

name: Enforce Changelog
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
permissions:
contents: read
jobs:
changelog_enforce:
runs-on: ubuntu-latest
if: >
((github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) ||
github.event_name == 'push') && github.actor != 'dependabot[bot]'
steps:
- uses: dangoslen/changelog-enforcer@v3
with:
skipLabels: no changelog, trunk