Skip to content

[RFC]: Convert to direct-style with Eio #4031

[RFC]: Convert to direct-style with Eio

[RFC]: Convert to direct-style with Eio #4031

Workflow file for this run

name: Changelog check
on:
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened, labeled, unlabeled ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: git diff
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-changelog-needed') }}
env:
BASE_REF: ${{ github.event.pull_request.base.ref }}
run: |
! git diff --exit-code origin/$BASE_REF -- CHANGES.md