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

Latest commit

 

History

History
26 lines (18 loc) · 535 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 535 Bytes

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/[email protected]
        with:
            GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

May the Dog be with you!