This commit is contained in:
JAremko 2019-12-14 21:42:20 +02:00 committed by Eugene Yaremenko
parent 3f559a4233
commit dc04687868
2 changed files with 3 additions and 14 deletions

View File

@ -181,6 +181,6 @@ workflows:
- "Validate Documentation (required)":
requires:
- "Validate PR"
# - "CHANGELOG.develop updated (optional)":
# requires:
# - "Validate PR"
- "CHANGELOG.develop updated (optional)":
requires:
- "Validate PR"

View File

@ -1,11 +0,0 @@
name: "Ask contributors to update changelog"
on: [pull_request, push]
jobs:
test-action:
runs-on: ubuntu-latest
steps:
- name: Changelog Reminder
uses: peterjgrainger/action-changelog-reminder@v1.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}