Skip to content

Conversation

@pelikhan
Copy link
Contributor

@pelikhan pelikhan commented Sep 2, 2025

Example Usage

Before:

---
on:
  alias:
    name: my-bot
---

Users would mention @my-bot in issues/comments.

After:

---
on:
  command:
    name: my-bot
---

Users now mention /my-bot in issues/comments.

…#38)

* Initial plan

* Core Go code changes: rename alias to command, @ to /, update tests

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* Complete alias to command rename: tests, documentation, schema updated

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
@pelikhan pelikhan marked this pull request as ready for review September 2, 2025 20:58
@pelikhan pelikhan requested a review from dsyme September 2, 2025 20:59
@pelikhan pelikhan merged commit b7181f3 into github:main Sep 2, 2025
12 checks passed
@pelikhan pelikhan deleted the command branch September 2, 2025 21:00
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