Skip to content

Action to notify an issue's assignee if its card is moved between project columns

Notifications You must be signed in to change notification settings

zheng-jj/project-card-moved-notification-action

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

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action - Project Card Moved Notifications

This action was forked from https://github.com/jenschelkopf/project-card-moved-notification-action This GitHub Action allows you to notify an issue's assignee when its corresponding project card moves between columns.

Screen Shot 2020-07-13 at 1 56 38 PM

Usage

Pre-requisites

Create a workflow .yml file in your repositories .github/workflows directory. An example workflow is available below. For more information, reference the GitHub Help Documentation for Creating a workflow file.

Inputs

  • assigneeFilter: Optional. A comma separated list of usernames to notify when an issue they are assigned to moves between project columns.

Example workflow

name: Notify assignees when their card moves between columns

on:
  project_card:
      types: [moved]

jobs:
  notify:
    runs-on: ubuntu-latest
    steps:
        - uses: zheng-jj/project-card-moved-notification-action@DevOpsV6

About

Action to notify an issue's assignee if its card is moved between project columns

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%