Giter VIP home page Giter VIP logo

drone-github-pr-commenter's Introduction

drone-github-pr-commenter

A Drone CI plugin, for more information: https://docs.drone.io/plugins/overview/

Posts a comment to an issue/PR in Github.

Docker hub: https://hub.docker.com/repository/docker/mtyurt/drone-github-pr-commenter

Usage

kind: pipeline
type: docker
name: Build site for PR

trigger:
  event: pull_request

- name: Add comment to PR
  image: mtyurt/drone-github-pr-commenter
  settings:
    github_token: .....
    comment: The branch is deployed successfully! ๐Ÿš€
  • github_token: Some personal access token
  • comment: Comment body
  • issue_number: (optional) The issue/PR number to post for. If it is not provided, the PR build is running for is used.

Test usage without Drone CI

docker run --rm -it \
 -e PLUGIN_GITHUB_TOKEN=$GITHUB_TOKEN \
 -e PLUGIN_COMMENT='This branch is deployed successfully! ๐Ÿš€' \
 -e DRONE_REPO_NAMESPACE=<ci-repo-owner> \
 -e DRONE_REPO_NAME=<ci-repo-name> \
mtyurt/drone-github-pr-commenter:latest

drone-github-pr-commenter's People

Contributors

mtyurt avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.