Skip to content

refactor: template command usage in a templates package #81

refactor: template command usage in a templates package

refactor: template command usage in a templates package #81

Workflow file for this run

name: Updates to the changelog
on:
pull_request:
jobs:
happened:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check for logged changes
run: git diff --name-only ${{ github.event.pull_request.base.sha }}..${{ github.sha }} | grep ^CHANGELOG.md$