[changelog skip] Fix PR edit check (#974)

Previously when a PR title was edited, the "check for changelog" script would not fire. This means if someone edited it to add a "[changelog skip]" that the check would still show to be failing. This PR adds additional triggers for the check so that when the PR is edited, the check will re-run.
This commit is contained in:
Richard Schneeman
2020-05-12 09:57:33 -05:00
committed by GitHub
parent 7e80ea8fbe
commit d3a60b21fe
+3 -1
View File
@@ -1,6 +1,8 @@
name: Check Changelog
on: [pull_request]
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
build: