Skip to content
activity

GitHub Action

Hacktoberfest Greet

v1.1.0 Latest version

Hacktoberfest Greet

activity

Hacktoberfest Greet

Greet someone and when someone makes a Pull Request

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Hacktoberfest Greet

uses: HarishTeens/hacktoberfest-greet@v1.1.0

Learn more about this action in HarishTeens/hacktoberfest-greet

Choose a version

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!