mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Merge #1090
1090: remove update changelog ci check r=Kerollmops a=MarinPostma Co-authored-by: mpostma <postma.marin@protonmail.com>
This commit is contained in:
commit
d6c76b02e3
16
.github/workflows/check-updated-changelog.yml
vendored
16
.github/workflows/check-updated-changelog.yml
vendored
@ -1,16 +0,0 @@
|
|||||||
name: Check if the CHANGELOG.md has been updated
|
|
||||||
|
|
||||||
on: [pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
check:
|
|
||||||
name: Test on ${{ matrix.os }}
|
|
||||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ignore-changelog') }}
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Checking the CHANGELOG.md has been updated in this PR
|
|
||||||
run: |
|
|
||||||
set -e
|
|
||||||
git fetch origin ${{ github.base_ref }}
|
|
||||||
git diff --name-only origin/${{ github.base_ref }} | grep -q CHANGELOG.md
|
|
Loading…
Reference in New Issue
Block a user