Skip to content

Releases: NarrativeScience-old/circleci-orb-ghpr

Version 1.1.6

17 Nov 17:14
baa817a
Compare
Choose a tag to compare

BUG FIX:
Bash parameter expansion fix for GIHUB_PR_COMMMIT_MESSAGE variable. Fixes an edge case where ' chars are used in the commit message.

Version 1.1.5

16 Nov 19:05
569b896
Compare
Choose a tag to compare

Overview

BUG FIX: Handle cases where the custom commit fails due to being up to date already after "merge".

Version 1.1.4

16 Nov 15:38
eea6a82
Compare
Choose a tag to compare

Overview

Parameterized get_commit_message when running build-perspective-branch command

Version 1.1.3

16 Nov 15:24
ea132b3
Compare
Choose a tag to compare

Overview

  • Creates a custom merge message in the build-perspective-branch command combining the merge and the last commit

Bug Fixs

16 Jul 16:50
9415b3c
Compare
Choose a tag to compare

Overview:

Remove single quotes from values returned from GitHub. Prevents issues from #8

Update Docs

01 Oct 22:46
67bcfe9
Compare
Choose a tag to compare

Updates the README.md to contain some new and updated documentation

Deprecate GitHub Basic Auth

30 Sep 19:50
880cdaa
Compare
Choose a tag to compare

GitHub deprecated basic auth which this orb was using. We now use OAuth Authentication provided by the ${GITHUB_TOKEN} environment variable set in the global environment variables or a context in CircleCI

More PR Info. More Slack controls.

04 Jun 05:09
1adad89
Compare
Choose a tag to compare

This release is not backwards compatible as some commands have been cleaned up. Changes of note are as follows:

  • Removes the get-pr-number and get-base-branch commands, squashing them into a new get-pr-info command which exposes the same environment variables, as well as some new ones.
  • Prettifies Slack notifications, adds additional context in the sent message, and adds options for how to find a PR author's associated Slack user ID.

Check out the orb page for full details!

Don't block PRs if no Slack user found

01 Jun 23:56
521a8b7
Compare
Choose a tag to compare

Sending Slack notifications for a PR author is a nice-to-have and can fail if:

  • The author's git config isn't set appropriately
  • The author has set their commit email addresses to private
  • Their Slack email address is an alias of their commit email address
  • More

The change in this release won't block if no Slack user can be found for the PR's associated email address. This has the added benefit of making notifications more of an opt-in model as well.

General Release

30 Mar 22:43
81003d6
Compare
Choose a tag to compare

Since I forgot to publish releases earlier.

New:

  • Command to Slack PR authors, either directly or tagged in a channel, on success, failure, or always.

Updates:

  • Refinements to documentation