Skip to content

Add attribute name when using an -extension.yml workflow #875

@ckunki

Description

@ckunki

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:
Image

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
  ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureProduct feature

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions