Skip to content

Commit 8890e7d

Browse files
committed
revert manual trigger change
1 parent dd539cb commit 8890e7d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/review.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ on:
44
pull_request:
55
types: [opened, reopened, ready_for_review]
66
workflow_dispatch:
7-
inputs:
8-
pr_number:
9-
description: 'PR number to review'
10-
required: true
11-
type: number
127

138
jobs:
149
review:
@@ -31,7 +26,7 @@ jobs:
3126
uses: docker://ghcr.io/sourcegraph/cra-github:latest
3227
env:
3328
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
AMP_SERVER_URL: ${{ vars.AMP_SERVER_URL }} # Optional, defaults to https://ampcode.com
29+
AMP_SERVER_URL: ${{ vars.AMP_SERVER_URL }} # Optional, defaults to https://ampcode.com
3530
AMP_API_KEY: ${{ secrets.AMP_API_KEY }}
3631
with:
3732
args: node /app/dist/bin/review-action.js

0 commit comments

Comments
 (0)