Skip to content

A sample Github Action that thanks a user for opening a Pull Request

Notifications You must be signed in to change notification settings

DevGuyOps/pr-thankyou-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

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pull Request Thank You - Github Action

What is it?

This is a Github Action that will post a comment to a Pull Request thanking the user for their submission.

How do I use it?

Sample

- name: 'Pull Request Thank You'
  uses: GuySWatson/[email protected]
  with:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Full

on: pull_request

jobs:
  pr-thankyou-action:
    runs-on: ubuntu-latest
    name: 'Pull Request Thank You'
    steps:
    - name: Checkout
      uses: actions/checkout@v1
    - name: 'Pull Request Thank You'
      uses: GuySWatson/[email protected]
      with:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

A sample Github Action that thanks a user for opening a Pull Request

Resources

Stars

Watchers

Forks

Packages

No packages published