Skip to content

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

License

Notifications You must be signed in to change notification settings

deanhigh/mr-tools-milestone-push-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published