gitpod-io / openvscode-server

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
https://www.gitpod.io/
MIT License
4.85k stars 422 forks source link

Bump trilom/file-changes-action from ce38c8ce2459ca3c303415eec8cb0409857b4272 to 1.2.4 #446

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps trilom/file-changes-action from ce38c8ce2459ca3c303415eec8cb0409857b4272 to 1.2.4. This release includes the previously tagged commit.

Release notes

Sourced from trilom/file-changes-action's releases.

v1.2.4

1.2.4 (2020-05-21)

Bug Fixes

  • change in api: github api had a change, this should trigger release 1.2.4. this change here quiets a quacker during the intergration test (99f8f91)
Changelog

Sourced from trilom/file-changes-action's changelog.

1.2.4 (2020-05-21)

Bug Fixes

  • change in api: github api had a change, this should trigger release 1.2.4. this change here quiets a quacker during the intergration test (99f8f91)

1.2.3 (2020-03-25)

Bug Fixes

  • test release: testing a release (dfca448)

1.2.2 (2020-03-25)

Bug Fixes

  • issue_comment: this needs to return PR info not commit info if before and after explicitly set, else PR (eee976b)
  • naming: renamed "deleted" to "removed". sorry if this is breaking for you. (800537f)
  • pull_request_synchronize events: issue with PR Synchronize events, it would return commit files instead of PR files, this is adjusted to return ALL PR files with PR synchronize event (fb7bcc7)
  • space issue: this should resolve the issue with using a blank space. the assumption here is that 'json' is default, if you use ' ' it will be '' which is the app default, not the action default of 'json' (0e4184f), closes #81

1.2.1 (2020-03-19)

Bug Fixes

  • everything: very proud to say this is 100% coverage according to default jest of all src code (including test) (dd31d02)
  • redesign: a lot of things changed here in the project (32903fd)

1.2.0 (2020-03-02)

Features

  • action: githubToken is optional (uses action token), added githubRepo, prNumber, and pushBefore & After (b24e2c3)

1.2.0 (2020-03-02)

Features

  • action: githubToken is optional (uses action token), added githubRepo, prNumber, and pushBefore & After (b24e2c3)
Commits
  • a6ca26c chore(release): šŸŽ‰šŸ¦šŸŽ‰ Release 1.2.4 - May 21, 2020, 2:52 PM [skip ci]
  • 49199fd Merge pull request #99 from trilom/1.2.4
  • See full diff in compare view


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 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.