Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gh_draft_issues_conerter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh_draft_issues_conerter

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Overview

A tool to batch convert Draft Issues to Issues in GitHub Projects.

Installation

% gem install gh_draft_issues_converter

Usage

Prerequisites:

  • Project number (specify with -p)
    • ex) "In the URL https://github.com/users/kuredev/projects/1, the 1 corresponds to the project number."
  • Repository name (owner/repository, specify with -r)
  • GitHub Personal Token (register it as GITHUB_KEY)

Example

% gh_draft_issues_converter -p 1 -r kuredev/gh-draft-issues-converter   

Limitations

  • Only single-select custom fields will be migrated.
  • Among standard fields, only the assignee will be migrated.

Notes

To avoid rate limits with the CreateIssue API, a default interval of 25 seconds is set. This interval can be adjusted using the -i option.

https://github.com/cli/cli/issues/4801#issuecomment-1431812916

FAQs

Package last updated on 06 Sep 2024

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