Skip to content

Conversation

aaronsteers
Copy link
Owner

No description provided.

@aaronsteers aaronsteers changed the title Feat/support-custom-messages feat: support custom messages; tests: add slash command dispatch Jun 19, 2025
@aaronsteers aaronsteers requested a review from Copilot June 19, 2025 03:21
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds customizable comment messages to the existing Action, introduces dummy test tasks, and creates a new workflow to dispatch slash commands.

  • Define start-message, success-message, and failure-message inputs in action.yml and update comment bodies to use them with fallbacks.
  • Add placeholder test and test-fail tasks to poe_tasks.toml.
  • Introduce a new slash-command-dispatch workflow to handle issue comment commands.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
poe_tasks.toml Added dummy test and test-fail tasks
action.yml Added custom message inputs and updated comment bodies
.github/workflows/slash-command-dispatch.yml New workflow for dispatching slash commands
Comments suppressed due to low confidence (3)

action.yml:110

  • Include a space after poe in the default message. For example: ('**Running poe ' + steps.resolve-command.outputs.command + '...**') to match the original formatting.
          > ${{ inputs.start-message || ('**Running `poe' + steps.resolve-command.outputs.command + '`...**') }}

.github/workflows/slash-command-dispatch.yml:8

  • [nitpick] Consider using runs-on: ubuntu-latest or a supported specific runner (e.g., ubuntu-22.04) to ensure compatibility and automatic upgrades.
    runs-on: ubuntu-24.04

.github/workflows/slash-command-dispatch.yml:39

  • Upgrade to peter-evans/create-or-update-comment@v4 for consistency with the other steps and to benefit from the latest fixes and features.
        uses: peter-evans/create-or-update-comment@v1

@aaronsteers aaronsteers marked this pull request as draft June 19, 2025 03:31
@aaronsteers aaronsteers marked this pull request as ready for review June 19, 2025 03:31
@aaronsteers aaronsteers marked this pull request as draft June 19, 2025 03:33
@aaronsteers aaronsteers marked this pull request as ready for review June 19, 2025 03:33
@aaronsteers aaronsteers marked this pull request as draft June 19, 2025 03:33
@aaronsteers aaronsteers marked this pull request as ready for review June 19, 2025 03:34
@aaronsteers aaronsteers marked this pull request as draft June 19, 2025 03:37
@aaronsteers aaronsteers marked this pull request as ready for review June 19, 2025 03:37
@aaronsteers aaronsteers marked this pull request as draft June 19, 2025 04:53
@aaronsteers aaronsteers marked this pull request as ready for review June 19, 2025 04:53
@aaronsteers aaronsteers marked this pull request as draft June 19, 2025 04:55
@aaronsteers aaronsteers marked this pull request as ready for review June 19, 2025 04:55
Copy link

github-actions bot commented Jun 19, 2025

Running poe test...

Link to job logs.
🟦 Poe command test completed successfully.

@aaronsteers aaronsteers marked this pull request as draft June 19, 2025 04:59
@aaronsteers aaronsteers marked this pull request as ready for review June 19, 2025 04:59
Copy link

github-actions bot commented Jun 19, 2025

Let's go!

I hope this works!

Link to job logs.

Everything went great!

I'm super happy about it.

@aaronsteers aaronsteers marked this pull request as draft June 19, 2025 05:02
@aaronsteers aaronsteers marked this pull request as ready for review June 19, 2025 05:02
Copy link

github-actions bot commented Jun 19, 2025

Running poe test...

Link to job logs.

🟦 Poe command test completed successfully.

@aaronsteers aaronsteers merged commit 04330aa into main Jun 19, 2025
@aaronsteers aaronsteers deleted the feat/support-custom-messages branch June 19, 2025 05:06
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.

1 participant