Skip to content
bell

GitHub Action

Novelty-PR-Notifier

v1.0.2 Latest version

Novelty-PR-Notifier

bell

Novelty-PR-Notifier

Get PR Notification when finished

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Novelty-PR-Notifier

uses: Novelty-Technology-LLC/novelty-pr-notifier-action@v1.0.2

Learn more about this action in Novelty-Technology-LLC/novelty-pr-notifier-action

Choose a version

novelty-pr-notifier-action

This is an action repo which uses Post Google Chat message to receive Pull Request notification.

Usage

- name: Novelty-PR-Notifier
  uses: Novelty-Technology-LLC/novelty-pr-notifier-action@<version>

Variables

Input Variables Required Description
webhook T Google Chat Web Hook
repoName T Repository Name
prTitle T PR Title
prNumber T Pull Request Number
prHtmlUrl T PR HTML URL
sourceBranch T Source Branch From where the PR is created
targetBranch T Target Branch or Base Branch
creator T PR creator
reviewer T PR reviewers
assigner T PR assigner
eventAction T Event Action

Notifier Sample

image