Skip to content

Bump github.com/go-chi/chi/v5 from 5.0.11 to 5.2.2 #66

Bump github.com/go-chi/chi/v5 from 5.0.11 to 5.2.2

Bump github.com/go-chi/chi/v5 from 5.0.11 to 5.2.2 #66

name: Require changelog
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
- dev
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog checker
uses: Zomzog/changelog-checker@v1.3.0
with:
fileName: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}