octodemo / awesome-actions

Repository template used to showcase Actions that tie into pull request and issue events
109 stars 24 forks source link

Bump peter-evans/create-issue-from-file from 1.0.1 to 4 #93

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps peter-evans/create-issue-from-file from 1.0.1 to 4.

Release notes

Sourced from peter-evans/create-issue-from-file's releases.

Create Issue From File v4.0.0

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

Create Issue From File v3.0.0

  • 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

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

Create Issue From File v2.3.1

  • Dependency updates

Create Issue From File v2.3.0

  • 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

  • token now defaults to GITHUB_TOKEN

Create Issue From File v2.1.1

  • Updated dependencies

Create Issue From File v2.1.0

  • Installs vendored Python dependencies instead of downloading.

Create Issue From File v2.0.1

  • Follow the minor version of Python due to older build versions being dropped from the GitHub Actions tool cache

Create Issue From File v2.0.0

v2 major version release 🚀

  • Converted the action to a hybrid javascript/Python action that works on all platforms
  • Inputs to the action are now specified with with: instead of env:

Create Issue From File v1.1.0

  • Adds a new feature to allow created issues to be added to a project board.
Commits
  • 99b87c3 Merge pull request #569 from peter-evans/v4
  • 54e9f89 Update runtime to node 16
  • 23531c9 Merge pull request #564 from peter-evans/rm-workflow
  • a44b01c Remove workflow
  • 1c4be51 Merge pull request #543 from peter-evans/update-distribution
  • 14b06cf Update distribution
  • 3fbe775 Merge pull request #530 from peter-evans/update-dependencies
  • 5ff4717 Update dependencies
  • f99d147 Merge pull request #520 from peter-evans/dependabot/npm_and_yarn/ansi-regex-5...
  • 958c8dd Merge pull request #523 from peter-evans/update-distribution
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #94.