Skip to content

Releases: cloudposse-github-actions/get-pr

v2.0.0

05 Sep 16:42
Compare
Choose a tag to compare
Get the PR info by ID or associated commit @goruha (#12) ## What * Extend GHA to support retrieving PR by ID * Replaced usage of npm with yarn * Added tests for getting PR by PR ID * Copy `package.json` and `jest` configs from cloudposse typescript actions

Why

  • Working with issue comments, we have PR ID instead of commit SHA in the context.
  • Standardazise toolchain
  • Improve test coverage
  • Standardazise config and workflows

References

v1.0.1

27 Aug 13:18
11f1a88
Compare
Choose a tag to compare

🚀 Enhancements

build(deps-dev): bump braces from 3.0.2 to 3.0.3 @dependabot (#2) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
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 <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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
build(deps-dev): bump ws from 7.5.7 to 7.5.10 @dependabot (#3) Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10.
Release notes

Sourced from ws's releases.

7.5.10

Bug fixes

  • Backported e55e5106 to the 7.x release line (22c28763).

7.5.9

Bug fixes

  • Backported bc8bd34e to the 7.x release line (0435e6e1).

7.5.8

Bug fixes

  • Backported 0fdcc0af to the 7.x release line (2758ed35).
  • Backported d68ba9e1 to the 7.x release line (dc1781bc).
Commits
  • d962d70 [dist] 7.5.10
  • 22c2876 [security] Fix crash when the Upgrade header cannot be read (#2231)
  • 8a78f87 [dist] 7.5.9
  • 0435e6e [security] Fix same host check for ws+unix: redirects
  • 4271f07 [dist] 7.5.8
  • dc1781b [security] Drop sensitive headers when following insecure redirects
  • 2758ed3 [fix] Abort the handshake if the Upgrade header is invalid
  • See full diff 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🤖 Automatic Updates

build(deps-dev): bump braces from 3.0.2 to 3.0.3 @dependabot (#2) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
Commits
Read more

v1.0.0

06 Aug 22:49
Compare
Choose a tag to compare
chore: update README.md

v0.5.0

06 Aug 21:40
Compare
Choose a tag to compare
Fix readme @goruha (#10) ## what * Fix readme

v0.4.0

06 Aug 21:34
6002b47
Compare
Choose a tag to compare
Rename repo @goruha (#9) ## what * Rename repo

v0.3.0

06 Aug 20:41
7d99e41
Compare
Choose a tag to compare
Fix naming @goruha (#8) ## what * Fix naming

v0.2.0

06 Aug 20:29
Compare
Choose a tag to compare
Regenerate banner @goruha (#7) ## what * Regenerate banner
Regenerate banner @goruha (#6) ## what * Regenerate banner
Added info to `settings.yml` @goruha (#5) ## what * Added info to `settings.yml`

v0.1.0

06 Aug 19:34
Compare
Choose a tag to compare
Added workflows @goruha (#4) ## What * Added standard corp workflows and scaffold