Skip to content

๐ŸŽŽ Haiku detection

Actions
Detects if an issue contains a haiku
v1.1
Latest
Starย (0)

Haiku

GitHub Action to detect a haiku in an issue.

Usage

Add the following workflow to your repository at .github/workflows/haiku.yml:

name: ๐ŸŽŽ Haiku detection
on:
  issues:
    types: [opened, reopened, edited]

jobs:
  detect_haiku:
    runs-on: ubuntu-latest
    steps:
      - name: Check for haiku
        uses: quaternionmedia/haiku@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

๐ŸŽŽ Haiku detection is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Detects if an issue contains a haiku
v1.1
Latest

๐ŸŽŽ Haiku detection is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.