Get Magic ball answers delivered directly to your comments.
Create an action in .github/workflows
:
on:
issue_comment:
types: [created]
jobs:
example_comment_pr:
runs-on: ubuntu-latest
name: Magic Eight Ball Comments
permissions:
pull-requests: write
issues: write
steps:
- name: Answer
uses: ValeriaVG/actions-magic-8-ball@v1
Post a comment in PR or and issue starting with "🎱" and get a prediction:
You can also change the prefix to a custom one:
on:
issue_comment:
types: [created]
jobs:
example_comment_pr:
runs-on: ubuntu-latest
name: Magic Eight Ball Comments
permissions:
pull-requests: write
issues: write
steps:
- name: Answer
uses: ValeriaVG/actions-magic-8-ball@v1
with:
prefix: 'Magic ball, would you please'
Responses have been generated with Free Research Preview ChatGPT