Skip to content

fix: omit segments from evaluation context in get_environment_flags #208

fix: omit segments from evaluation context in get_environment_flags

fix: omit segments from evaluation context in get_environment_flags #208

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
conventional-commit:
name: Conventional Commit
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check PR Conventional Commit title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: | # mirrors changelog-sections in the /release-please-config.json
feat
fix
ci
docs
deps
refactor
test
chore