diff --git a/.github/workflows/check_changelog.yml b/.github/workflows/check_changelog.yml new file mode 100644 index 0000000..1e9febe --- /dev/null +++ b/.github/workflows/check_changelog.yml @@ -0,0 +1,13 @@ +name: Check Changelog + +on: + pull_request: + types: [opened, reopened, edited, synchronize] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: Check that CHANGELOG is touched + run: | + cat $GITHUB_EVENT_PATH | jq .pull_request.title | grep -i '\[\(\(changelog skip\)\|\(ci skip\)\)\]' || git diff remotes/origin/${{ github.base_ref }} --name-only | grep CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 589390b..e9cba91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.1.1 -- Fix error message detection to fire on more rubies () +- Fire search on both unexpected end-of-input and unexected end (https://github.com/zombocom/syntax_search/pull/8) ## 0.1.0