Closed andrew-barnett closed 1 year ago
bors try
BotComment: Development version of orb available for manual validation - eddiewebb/queue@dev:417
bors delegate+
:v: andrew-barnett can now approve this pull request. To approve and merge a pull request, simply reply with bors r+
. More detailed instructions are available here.
@andrew-barnett - please see my comment/concern about portability. Assuming it works across those 3 shells I have delegated review permission, so you can just add a comment here of bors merge
@eddiewebb I'm not finding your comment about which shells to check. Can you post here?
I'm sorry Andrew it was stuck pending, submitted it.
@andrew-barnett - please see my comment/concern about portability. Assuming it works across those 3 shells I have delegated review permission, so you can just add a comment here of
bors merge
@eddiewebb - It didn't work on zsh, so updated the code to make it portable. Passing it back for review.
bors try
BotComment: Development version of orb available for manual validation - eddiewebb/queue@dev:421
bors r+
BotComment: Development version of orb available for manual validation - eddiewebb/queue@dev:424
Build failed:
bors merge
Merge conflict.
( ialways get the magic PR title wrong, added a sanity check and changelog)
Version 1.8.2 and soon 1.8.3 wil include this fix, thanks @andrew-barnett !
bors merge
BotComment: Development version of orb available for manual validation - eddiewebb/queue@dev:431
BotComment: Production version of orb available for use - eddiewebb/queue@1.8.4
Build succeeded:
Motivation, issues
The CircleCI API (started?) requiring urlencoded branch names, otherwise the calls were returning empty results. This caused the queue to never succeed. This fix urlencodes the branch name. See #89
Description
add
urlencode
function and run${CIRCLE_BRANCH}
through it while building branch-specific API urlfixes #89