andrew-saydjari / andrew-saydjari.github.io

Personal Academic Website
https://andrew-saydjari.github.io/
MIT License
1 stars 0 forks source link

Bump micalevisk/last-issue-action from 1 to 2 in /.github/workflows #34

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps micalevisk/last-issue-action from 1 to 2.

Release notes

Sourced from micalevisk/last-issue-action's releases.

Allow finding issues on another repo & drop env. variables

Breaking changes:

  • all outputs are following a common naming conventions: kebab case
    • issue_number is now issue-number
    • has_found is now has-found
    • is_closed is now is-closed
  • environment variable were moved to action inputs
    • GITHUB_TOKEN is now token and defaults to github.token

Features:

  • New optional input added: repository. Now you can fetch issues on other repository instead of on the one that the action runs.

PR: micalevisk/last-issue-action#6

Dependencies upgrade & minor general improvements

  • upgrade all dependencies to their latest version
  • patch node-fetch (dependency of @octokit/rest package) to fix security issues
  • minor refactorings to the source
  • minor improvements to the documentation

It's small now!

(just drop the useless node_modules dir)

Expose is_closed issue value

No release notes provided.

Support filtering by closed issues

No release notes provided.

First production-ready release

No release notes provided.

First version

No release notes provided.

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)