Skip to content

mobsuccess-devops/github-actions-mobsuccess

Repository files navigation

Github Mobsuccess action

NPM

This action validates that the various Mobsuccess policies are enforced when changes are made to the repository. It checks, for example, the title of the pull request, the names of the branch…

Install the workflow in repository

You do not need to make any action to install the GitHub Action workflow, ms-bot will automatically make PRs on your repository when changes are needed.

ACTIONS

Changelog

The changelog action allows to generate on a particular repo, a changelog for the last X tags.

The "latest tag" corresponds to a tag that has not been pushed as a release. As this action is based on GH releases, it allows to generate the changelog between the last release and the tag being created right now.

Usage:

- uses: mobsuccess-devops/github-actions-mobsuccess@master
  with:
    github-token: ${{ github.token }}
    action: changelog
    max-releases: 10 #(optional, default to 10)
    unreleased-tag: 0.0.90289303809 # newly created unreleased tag (optional)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published