Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thank You Action

Say thanks any time someone makes a new Pull Request on your repository!

Getting Started

  • Create a Tenor API key and set it as a Secret on your GitHub repo
  • Add a new GitHub Action workflow:
name: Thank You

on:
  pull_request:
    types: [opened]

jobs:
  thanks:
    runs-on: ubuntu-latest
    steps:
      - uses: colbyfayock/thank-you-action@master
        with:
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
          TENOR_TOKEN: ${{secrets.TENOR_TOKEN}}
  • You're welcome!

About

Test repo for a custom javascript github action

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages