We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485dded commit acc6e16Copy full SHA for acc6e16
.github/workflows/auto_merge.yaml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
types: [opened, synchronize, reopened, ready_for_review]
9
branches: [main, auto-approve-merge] # Only trigger for PRs targeting this branch
10
- workflow_dispatch: # Add manual trigger for testing
+ workflow_dispatch: # manual trigger for testing
11
inputs:
12
pr_number:
13
description: 'PR number to test auto-merge on'
0 commit comments