Skip to content

Move size limits for user, room and event IDs into the appendix and clarify that the length is to be measured in bytes #1025

Move size limits for user, room and event IDs into the appendix and clarify that the length is to be measured in bytes

Move size limits for user, room and event IDs into the appendix and clarify that the length is to be measured in bytes #1025

Workflow file for this run

# workflow steps that ought to pass on a PR, but shouldn't block a preview.
name: "Checks"
on:
pull_request:
jobs:
check-newsfragments:
name: "🔎 Check that new newsfragments are valid"
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: scripts/check-newsfragments
env:
PULL_REQUEST_NUMBER: ${{ github.event.number }}