When including an extension for a GitHub workflow, e.g. merge-gate-extension.yml, then the PTB currently does not add attribute name:
merge-gate-extension:
uses: ./.github/workflows/merge-gate-extension.yml
secrets: inherit
permissions:
contents: read
This leads to lower case names in the overview:

CI / Merge Gate / merge-gate-extension / Notebook Tests (stable)
^------------- lower case
Proposal:
- Change PTB to add attribute
name when using an -extension.yml workflow
merge-gate-extension:
name: Extension
uses: ./.github/workflows/merge-gate-extension.yml
...
When including an extension for a GitHub workflow, e.g.
merge-gate-extension.yml, then the PTB currently does not add attributename:This leads to lower case names in the overview:

Proposal:
namewhen using an-extension.ymlworkflow