Skip to content

Ensure channel.users is an accurate representation of the NAMES response after updating by removing stale users #110

Ensure channel.users is an accurate representation of the NAMES response after updating by removing stale users

Ensure channel.users is an accurate representation of the NAMES response after updating by removing stale users #110

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
changelog:
# TODO: Change to 'main'
if: ${{ github.base_ref == 'master' || contains(github.base_ref, 'release-') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: actions/setup-python@v3
- run: pip install towncrier>=22
- run: scripts/changelog-check.sh
env:
PULL_REQUEST_NUMBER: ${{ github.event.number }}