Skip to content

Bump actiontext from 7.1.3.2 to 7.1.3.4 #251

Bump actiontext from 7.1.3.2 to 7.1.3.4

Bump actiontext from 7.1.3.2 to 7.1.3.4 #251

Workflow file for this run

name: Changelog Checker
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
branches:
- main
jobs:
build:
name: Changelog Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.md
noChangelogLabel: no-changelog
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}