Skip to content

Releases: peter-evans/create-issue-from-file

Create Issue From File v5.0.0

25 Jan 12:06
24452a7
Compare
Choose a tag to compare

⚙️ 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

Read more

Create Issue From File v4.0.1

17 Oct 14:03
433e51a
Compare
Choose a tag to compare

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

What's Changed

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

Full Changelog: v4.0.0...v4.0.1

Create Issue From File v4.0.0

22 Mar 05:53
99b87c3
Compare
Choose a tag to compare

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: v3.0.0...v4.0.0

Create Issue From File v3.0.0

14 Apr 07:12
97e6f90
Compare
Choose a tag to compare
  • 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.

Create Issue From File v2.3.2

14 Nov 07:46
a04ce67
Compare
Choose a tag to compare
  • Dependency updates (Removes the Actions runner warning about set-env deprecation)

Create Issue From File v2.3.1

03 May 05:20
df09bc6
Compare
Choose a tag to compare

Create Issue From File v2.3.0

17 Apr 02:56
0030306
Compare
Choose a tag to compare
  • 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

Create Issue From File v2.2.0

04 Apr 09:10
Compare
Choose a tag to compare
  • token now defaults to GITHUB_TOKEN

Create Issue From File v2.1.1

21 Mar 03:03
Compare
Choose a tag to compare

Create Issue From File v2.1.0

24 Jan 08:34
Compare
Choose a tag to compare
  • Installs vendored Python dependencies instead of downloading.