Anything updated within the past week can be ignored during triage. If someone wants to discuss a specific issue/PR then it should be added to the agenda.
I’d propose we discuss adding required checks to the repository. See About protected branches - GitHub Docs for more about this. The short summary is that we can say that a check like build-html must pass, otherwise the PR can’t be merged.
When creating the agenda for the meeting, remember to make it a wiki so others can add agenda items to it instead of adding comments. To do this, you create a post as normal and click the wrench icon. In the menu that pops up there’s "Make Wiki. See Create a Wiki Post - moderators - Discourse Meta for a screenshot.
To create calendar event, go to Events - TheForeman and use New Topic as in other places. On the events subforum the New Topic dialog has a button “New Event” to add a time.
We’ve applied branch protection on master. It now requires the build-html and build-web status checks to pass, otherwise you can’t merge. While we generally trust reviewers to not merge when it’s broken, this also prevents merging when GitHub Actions for some reason doesn’t run at all. This also prevents (accidental) force pushes to master.
It was not applied on stable branches because it would break our cherry pick workflow.
Triage
Went over a few PRs and provided more context to some issues