Files
br-os/.github/workflows/emoji-bot.yml
2025-11-24 16:47:22 -06:00

22 lines
421 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: 🤖 Emoji-Bot Reaction Handler
on:
issue_comment:
types: [created]
jobs:
emoji-bot:
runs-on: ubuntu-latest
steps:
- name: 🧬 Checkout Repo
uses: actions/checkout@v3
- name: 🧠 Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: 🚦 Run Emoji Bot Handler
run: node index.js
working-directory: ./bot