Skip to content

Commit

Permalink
🦘
Browse files Browse the repository at this point in the history
  • Loading branch information
thestephenmarshall committed Oct 31, 2023
1 parent cb271ff commit 0f31f2d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ parallel map

waitUntil { success }

// This doesn't setup any of the Github/Runway data!
runShortNode {
stage('Runway Comment') {
writeRunwayComment()
Expand Down Expand Up @@ -142,12 +143,8 @@ def getReleaseNotes() {

def writeRunwayComment() {
RUNWAY_BACKLOG_ITEM_ID = env.RUNWAY_BACKLOG_ITEM_ID
echo "RUNWAY_BACKLOG_ITEM_ID ${RUNWAY_BACKLOG_ITEM_ID}"

PR_READY_FOR_TESTING = false
echo "PR_READY_FOR_TESTING ${env.PR_READY_FOR_TESTING}"

echo "PR_USER_HANDLE ${PR_USER_HANDLE}"

if (env.PR_USER_HANDLE in ['renovate[bot]', 'dependabot']) {
echo "Bot PR detected. Skipping Runway comment."
Expand Down

0 comments on commit 0f31f2d

Please sign in to comment.