๐ Haiku detection
ActionsTags
ย (2)GitHub Action to detect a haiku in an issue.
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.