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 3 #81

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

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
  • 97e6f90 Merge pull request #435 from peter-evans/update-distribution
  • 5873065 Update distribution
  • 7c7c136 Merge pull request #420 from peter-evans/typescript
  • 6ad3303 Convert to typescript
  • 299e423 Merge pull request #411 from peter-evans/update-distribution
  • 2bba17a Update distribution
  • 1de0d1f Merge pull request #388 from peter-evans/update-dependencies
  • 9926d78 Update dependencies
  • e9055d3 Merge pull request #380 from peter-evans/update-distribution
  • db6fd57 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 #93.