Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.0 #1691 +/- ##
=========================================
Coverage 99.47% 99.47%
Complexity 979 979
=========================================
Files 193 193
Lines 2294 2294
=========================================
Hits 2282 2282
Misses 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
21379c4 to
3f23361
Compare
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow implementing the initial version of the TheRespectPanda bot, responding with “pong” to a “@TheRespectPanda ping” issue/PR comment, using a response file as a control mechanism.
Changes:
- Introduces a new
issue_comment-triggered workflow for responding to bot commands. - Writes a computed response to
.TheRespectPanda_response.mdand posts it as a comment when non-empty.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Includes a basic bot workflow that just answers "pong" to ping requests, includes a help message and ignores invalid commands. This is the minimum feature that exercises token access, non recursive comments (answering to its own pong) and so on.
henriquemoody
left a comment
There was a problem hiding this comment.
This is great!
What are the privileges of this token? We have a problem now with the auto update merge requests because GitHub won't trigger two workflows in a row (to avoid recursion). If we pass the Panda's token to some workflows we solve that issue
|
@henriquemoody I made the token only with It's setup as an org-level secret, so you can re-issue it with more permissions and update it if you need to. |
Includes a basic bot workflow that just answers "pong" to ping requests.
This is the minimum feature that exercises token access, non recursive comments (answering to its own pong) and so on.
This workflow has been tested in a private testing repo:
https://github.com/Respect/GitHubTests/issues/2 (visible to
Respectorg members)Feel free to interact with the bot there.