Skip to content

MDBF-1234: pull request submission trigger to verify the format - #2

Open
gkodinov wants to merge 3 commits into
mainfrom
mdbf-1234
Open

MDBF-1234: pull request submission trigger to verify the format#2
gkodinov wants to merge 3 commits into
mainfrom
mdbf-1234

Conversation

@gkodinov

@gkodinov gkodinov commented Aug 3, 2026

Copy link
Copy Markdown
Member

Implement a pull request submission trigger running when files in lists/ are changed to verify if their format is parseable.

Note that this PR is based on #1

Added the following lists:
* committers: all current members of the Developers github group
* reviewers: a subset of the above based on some pre- existing spreadsheets
* maintainers: a subset of committers based on the list in the upper directory

All lists are in the following format:

 * [<github user name or login if none>](https://github.com/login)
Implement a pull request submission trigger running when files in lists/ are
changed to verify if their format is parseable.
@gkodinov
gkodinov marked this pull request as ready for review August 3, 2026 12:38
@gkodinov
gkodinov requested review from Copilot and vuvova August 3, 2026 12:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a GitHub Actions workflow that runs on pull requests affecting lists/** to validate that list files follow a parseable, consistent Markdown bullet/link format, and adds initial list files (reviewers, maintainers, committers).

Changes:

  • Added a pull_request workflow to detect changed files under lists/ and validate bullet/link formatting.
  • Added lists/reviewers.md, lists/maintainers.md, and lists/committers.md with GitHub profile links.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/check-lists-format.yml Adds the PR-triggered validation workflow for lists/** changes.
lists/reviewers.md Adds the reviewers list in Markdown bullet/link format.
lists/maintainers.md Adds the maintainers list in Markdown bullet/link format.
lists/committers.md Adds the committers list in Markdown bullet/link format.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/check-lists-format.yml Outdated
Comment thread .github/workflows/check-lists-format.yml
Comment thread .github/workflows/check-lists-format.yml
Comment thread .github/workflows/check-lists-format.yml
fixed small typos and stabilizations as discovered by the review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants