Releases: dsanchezcr/issue-importer-action
Releases · dsanchezcr/issue-importer-action
v1.0.0 – Initial Release
🚀 Release v1.0.0 – Initial Launch
We're excited to release the first version of Issue Importer, a reusable GitHub Action designed to help you bulk import issues into your repository using a simple CSV or JSON file.
In a world of prompts and coding agents, structured issues remain essential for guiding automation. This Action helps you bootstrap or migrate issues seamlessly — perfect for teams working with GitHub Copilot, Agent Mode or Coding Agent.
✅ Features
- 🔄 Supports both
csvandjsoninput formats - 📁 Input file parsing with support for:
title(required)body(optional)labels(optional, comma-separated or array)
- 🔐 Secure GitHub API authentication via
github_token - 📊 Outputs summary of created and failed issues
- ❌ Graceful error handling (invalid path, format errors, API failures)
Full Changelog: v1.0.0...v1.0.0