Giter VIP home page Giter VIP logo

rachmari-test's Introduction

๐Ÿ‘‹ ๐Ÿ‘‹ ๐Ÿค˜

Notify issue author

A GitHub Action that pings you on issues you opened when they get closed! โšก

demo

Using this Action .

In your workflow:

workflow "Notify author when issue closed" {
  on = "issues"
  resolves = ["Notify author"]
}

action "Issue closed" {
  uses = "actions/bin/filter@master"
  args = ["action closed"]
}

action "Notify author" {
  needs = ["Issue closed"]
  uses = "github-developer/notify-issue-author.action@master"
  secrets = ["GITHUB_TOKEN"]
}

Using a custom template

You can use a custom template for the comment that gets added to a closed issue:

custom comment template

To do this, just specify your desired template using the --template flag to args:

action "Notify author" {
  needs = ["Issue closed"]
  uses = "github-developer/notify-issue-author.action@master"
  args = ["--template", ":wave: hola @{{ author }}, @{{ actor }} closed your issue :sunglasses:"]
  secrets = ["GITHUB_TOKEN"]
}

A couple of template variables are available:

  1. author: the GitHub username of the issue author
  2. actor: the Actor (could a user or a bot) name that closed the issue

rachmari-test's People

Contributors

lokeshmoger avatar rachmari avatar

Forkers

jova124

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.