We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcb526 commit 1007ab9Copy full SHA for 1007ab9
1 file changed
.github/workflows/momus.yml
@@ -18,9 +18,12 @@ jobs:
18
contents: read
19
pull-requests: write
20
issues: write
21
- uses: elijahr/.github/.github/workflows/pr-review.yml@devel
+ uses: elijahr/.github/.github/workflows/momus.yml@devel
22
with:
23
pr_number: ${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }}
24
event_name: ${{ github.event_name }}
25
+ trigger_mention: "@axiomantic-momus[bot]"
26
secrets:
27
OPENROUTER_KEY: ${{ secrets.OPENROUTER_KEY }}
28
+ MOMUS_APP_ID: ${{ secrets.MOMUS_APP_ID }}
29
+ MOMUS_APP_PRIVATE_KEY: ${{ secrets.MOMUS_APP_PRIVATE_KEY }}
0 commit comments