Skip to content

Example workflows do not seem to be the latest workflows currently used in laminas and mezzio #260

@visto9259

Description

@visto9259

Bug Report

Q A
Version(s) N/A

Summary

The workflows in the example folder that one is supposed to copy to a repository, are not the same as what is currently used in repositories.

Current behavior

The example workflows have detailed steps for the release job, and are out of date.

Expected behavior

The workflows currently used in laminas/mezzio repos refer to the shared workflow. The examples should be updated.

release-on-milestone-closed.yml:

name: "Automatic Releases"

on:
  milestone:
    types:
      - "closed"

jobs:
  release:
    uses: laminas/workflow-automatic-releases/.github/workflows/[email protected]
    secrets:
      GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
      GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
      ORGANIZATION_ADMIN_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}
      SIGNING_SECRET_KEY: ${{ secrets.SIGNING_SECRET_KEY }}

Do we still need release-on-milestone-closed-triggering-release-event.yml?

If not, then the README.md file needs to be update to remove the reference to it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    QuestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions