Skip to content

Add instant acknowledgment workflow for new issues and PRs - #92

Closed
kaankacar wants to merge 2 commits into
mainfrom
add-triage-bot-instant-ack
Closed

Add instant acknowledgment workflow for new issues and PRs#92
kaankacar wants to merge 2 commits into
mainfrom
add-triage-bot-instant-ack

Conversation

@kaankacar

Copy link
Copy Markdown
Contributor

🤖 Automated message from Kaan's Automated Triage Bot.

Adds a tiny event-triggered workflow that reacts with 👀 and posts a one-line acknowledgment the moment an issue or PR is opened, so contributors get an instant signal while the triage bot's poll does the heavy lifting. Uses only this repo's own token (no secrets), never checks out PR code, and dedups double events. Modeled on openclaw/clawsweeper's dispatcher pattern.

This is a workflow change, so per the bot's own security gate it will not be auto-merged — @kaankacar, your call.

Copilot AI balanced review requested due to automatic review settings August 13, 2026 17:12
@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-08-13 17:39 UTC

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions workflow to immediately acknowledge newly opened issues and pull requests.

Changes:

  • Triggers on issue and pull-request lifecycle events.
  • Adds an 👀 reaction and acknowledgment comment.
  • Attempts to avoid duplicate comments.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

ack:
# The bot's own PRs (opened via kaankacar's token) don't need an ack.
if: github.actor != 'kaankacar'
runs-on: ubuntu-latest
Comment thread .github/workflows/triage-bot-ack.yml Outdated
jobs:
ack:
# The bot's own PRs (opened via kaankacar's token) don't need an ack.
if: github.actor != 'kaankacar'
@kaankacar

Copy link
Copy Markdown
Contributor Author

🤖 Automated message from Kaan's Automated Triage Bot.

Superseded before merge: the trigger worker now polls every minute from Cloudflare and handles both the instant acknowledgment and the bot wakeup itself, so this repo needs no workflow at all. Closing unmerged.

@kaankacar kaankacar closed this Aug 13, 2026
@kaankacar
kaankacar deleted the add-triage-bot-instant-ack branch August 13, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants