/mr-tools-milestone-push-action

Push milestones from a source repository to named list of repositories.

Primary LanguageTypeScriptMIT LicenseMIT

Multirepo Tools - Milestone Push

Push milestones from a source repository to configured target list of repositories.

This is an action wrapper linked to Multirepo-tools

Usage

  • NB : Existing milestones with same title will be modified.
  • Token must have Issues read/write access for the repositories involved.

Inputs

repositories

Required Comma delimited list of repositories to copy to.

token

Required Comma delimited list of repositories to copy to.

Outputs

None at this point

Example usage

uses: deanhigh/mr-tools-milestone-push-action@v1.0.0
with:
  repositories: 'owner/reponame-to-copy-to,org/org-repo-to-copy-to'

Releasing

After making changes, run npm run build && npm run package and publish the contents of dist/.