Create Issue From File Versions Save

A GitHub action to create an issue using content from a file

v5.0.0

3 months ago

⚙️ Updated runtime to Node.js 20

  • The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.

What's Changed

Full Changelog: https://github.com/peter-evans/create-issue-from-file/compare/v4.0.1...v5.0.0

v4.0.1

1 year ago

⚙️ Bumps @actions/core to transition away from deprecated runner commands.

What's Changed

  • 11 dependency updates by @dependabot and @github-actions

Full Changelog: https://github.com/peter-evans/create-issue-from-file/compare/v4.0.0...v4.0.1

v4.0.0

2 years ago

What's new

  • Updated runtime to Node.js 16
    • The action now requires a minimum version of v2.285.0 for the Actions Runner.
    • If using GitHub Enterprise Server, the action requires GHES 3.4 or later.

What's Changed

Full Changelog: https://github.com/peter-evans/create-issue-from-file/compare/v3.0.0...v4.0.0

v3.0.0

3 years ago
  • Converted the action to Typescript for maintainability
  • project and project-column inputs have been removed. See the readme for how to create a project card.

v2.3.2

3 years ago
  • Dependency updates (Removes the Actions runner warning about set-env deprecation)

v2.3.1

4 years ago
  • Dependency updates

v2.3.0

4 years ago
  • Added input issue-number to allow updating an existing issue
  • Added step output issue-number for the created issue
  • Support for running inside Docker containers
  • Updated dependencies

v2.2.0

4 years ago
  • token now defaults to GITHUB_TOKEN

v2.1.1

4 years ago
  • Updated dependencies

v2.1.0

4 years ago
  • Installs vendored Python dependencies instead of downloading.