Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

HarishTeens/hacktoberfest-greet

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Woofy Comment

A cute little actions which comments on your Pull Request made in the time of Hacktoberfest

Usage

  • Require GITHUB_TOKEN secret.
  • Triggered on pull_request_target event type.

You can now consume the action by referencing the v1.1.0 tag.

name: Woofy
on: pull_request_target
jobs:
  build:
    runs-on: ubuntu-latest
    steps:      
      - uses: HarishTeens/hacktoberfest-greet@v1.1.0
        with:
            GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

May the Dog be with you!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published