Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

pr_notify

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'

About

Create a PR and notify an email address or slack channel

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors