New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mine-shipper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mine-shipper

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

mine-shipper

A command to duplicate comments on a GitHub issue to an associated Redmine issue.

Prepare on Redmine

  1. Create API access key of your Redmine account
  • My account -> API access key
  1. Create a custom field with the following properties (Administration -> Custom fields)
  • Format: Link
  • Name: GitHub
  • Regular expression: \A([\w-]+)/([\w-]+)#(\d+)\z
  • Used as a filter: checked
  1. Enable the custom field at your Redmine project
  2. Create an issue on the project
  • Fill "GitHub" custom fileld to associate a GitHub issue to the Redmine issue. e.g.) groonga/groonga#1062

Installation

$ bundle install
$ cp sample.env .env

Then edit .env to adopt to your environment. GITHUB_ACCESS_TOKEN is optional but recommended to set to exceed API rate limit. See https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token to know how to get it.

Usage

Run ./bin/mine-shipper command with --github-issue option to specify the issue.

e.g.)

$ bundle exec ./bin/mine-shipper --github-issue groonga/groonga#1062

The comments on the GitHub issue will be copied to the associated Redmine issue. If no associated issue on Redmine is found or the comments are already copied, it does nothing.

Plans

  • Create a new issue when no associated issue is found
  • Close a Redmine issue automatically if an associated GitHub issue is closed
  • Synchronize updated comments (need to add new API to Redmine)
  • Work as Webhook
  • ...

FAQs

Package last updated on 29 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc