-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Thank you for this useful library!
I ran into a small issue while building a workflow using this library.
Describe the Issue
Even if I specify confused for the failure_reaction option, I actually get a -1 reaction.
Action Configuration
name: "Deploy on Pull Request Comment"
on:
issue_comment:
types: [created]
permissions:
pull-requests: write
issues: write
contents: read
checks: read
actions: write
jobs:
comment-deploy:
runs-on: ubuntu-latest
steps:
- uses: github/command@v2
id: pr-comment
with:
command: ".deploy-dev"
allow_drafts: true
skip_ci: true
skip_reviews: true
success_reaction: rocket
failure_reaction: confused # does not workRelevant Actions Log Output
No response
Extra Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.