Skip to content

Devops Card Notifier

Actions
forked from https://github.com/jenschelkopf/project-card-moved-notification-action
DevOpsV6
Latest
Star (0)

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

Devops Card Notifier is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

forked from https://github.com/jenschelkopf/project-card-moved-notification-action
DevOpsV6
Latest

Devops Card Notifier is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.