Skip to content

18.3.7

Choose a tag to compare

@github-actions github-actions released this 14 Nov 06:45

Bumps 8BitJonny/gh-get-current-pr from 3.0.0 to 4.0.0.

Release notes

Sourced from 8BitJonny/gh-get-current-pr's releases.

v4.0.0

What

  • find PRs from forks (#328)
  • use PR head sha by default for pull_request and pull_request_target (#329)

🐛 Fixes

  • [Snyk] Security upgrade @​actions/github from 5.1.1 to 6.0.0 (#340)

📚 Documentation

  • Update readme to remove fork limitation (#342)

🤖 Dependency Updates

  • build(deps): bump github/codeql-action from 2 to 3 (#304)
  • build(deps): bump release-drafter/release-drafter from 5 to 6 (#301)
  • build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#302)
  • build(deps): bump actions/upload-artifact from 3 to 4 (#303)
  • build(deps): bump actions/checkout from 3 to 4 (#305)
  • build(deps-dev): bump @​types/node from 20.4.4 to 20.12.7 (#317)

Full Changelog: 8BitJonny/gh-get-current-pr@3.0.0...v3.0.1

Contributors: @​8BitJonny, @​bryangingechen, @​dependabot[bot], @​snyk-bot and dependabot[bot]

Commits
  • 4056877 feat(chore): bump version to 4.0.0
  • c93cf9b feat(chore): rebuild
  • 2eea0aa Merge pull request #340 from 8BitJonny/snyk-fix-32e3f87afee7df1c42bd95e799e24282
  • c15348a Merge pull request #342 from 8BitJonny/feat-update-readme
  • 1da3c94 Merge pull request #328 from bryangingechen/works-for-forks
  • 0369317 ref(CI): remove build.yml change
  • 45d5406 fix(chore): rebuild dist
  • e77f7d2 feat(MD): remove pr trigger limitation
  • 3786802 Merge branch 'master' into works-for-forks
  • d102cda Merge pull request #329 from bryangingechen/better-default-sha-for-pull_request
  • 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 show <dependency name> 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)

Related Issues