Skip to content

Discussion: Consider renaming /run-skipped-ci to /run-full-ci #2001

@justin808

Description

@justin808

Background

Currently, the command to trigger the full CI suite (including minimum dependency tests) is /run-skipped-ci.

Question

Should we rename this to /run-full-ci for better clarity?

Current name: /run-skipped-ci

Pros:

  • Technically accurate - you're running tests that are "skipped" on regular PRs
  • Emphasizes that you're running additional tests beyond the default

Cons:

  • Requires understanding the negative framing ("skipped")
  • Less intuitive for new contributors
  • Could be confused with "run only the skipped tests"

Alternative: /run-full-ci

Pros:

  • More intuitive - clearly states you're running the full test suite
  • Positive framing ("full" vs "skipped")
  • Easier to understand for new contributors

Cons:

  • Less technically precise
  • Doesn't emphasize that PRs normally skip some tests

Additional Context

The command was recently implemented in PR #1995 to address CI reliability issues. Usage is documented in CONTRIBUTING.md.

Decision Needed

  1. Keep /run-skipped-ci - no change needed
  2. Rename to /run-full-ci - requires updating workflow, docs, and potentially closing/reopening the command in GitHub
  3. Support both names (alias)

Priority

Low - This is purely about user experience and documentation clarity.

Related

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions