Create a PR and notify an email address or slack channel
inputs:
serverAddress:
description: "the email server's address"
type: string
required: true
default: 'smtp.gmail.com'
serverPort:
description: 'the port number used to login to your email server'
type: string
required: true
default: '465'
emailAddress:
description: 'the email address used to login to your email server'
type: string
required: true
emailPassword:
description: 'password used to login to your email server'
type: string
required: true
toEmailAddress:
description: 'the email address a notification email will be sent to'
type: string
required: true
featureBranch:
description: 'featureBranch: the branch being updated with sourceBranch'
type: string
required: true
sourceBranch:
description: 'sourceBranch: the branch being merged into featureBranch'
type: string
required: true
default: 'develop'
name:
description: 'the name the email is from'
type: string
required: true
default: 'Auto Merge Triage'
prURL:
description: "the PR's URL"
type: string
required: true
default: 'https://github.com/NLSInc/Einstein-iOS/pulls'