Skip to content

Simplify query_efd_logs function and remove constraint on limit of logs #89

Simplify query_efd_logs function and remove constraint on limit of logs

Simplify query_efd_logs function and remove constraint on limit of logs #89

Workflow file for this run

name: ChangelogUpdated
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- develop
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.rst
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}