Skip to content

Bump braces from 3.0.2 to 3.0.3 #1621

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #1621

Workflow file for this run

name: Newsfile
on:
pull_request:
branches: [ main ]
merge_group:
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with: # Needed for comparison
fetch-depth: 0
- uses: actions/setup-python@v1
with:
python-version: '3.9'
- run: pip install towncrier==21.9.0
- name: ":newspaper: Newsfile"
run: python3 -m towncrier.check --compare-with=origin/main