Skip to content

Commit 41a36db

Browse files
committed
Test PR
1 parent 5ce9aab commit 41a36db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dev/archery/archery/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ def integration(with_all=False, random_seed=12345, **args):
823823
@click.option('--event-payload', '-p', type=click.File('r', encoding='utf8'),
824824
default='-', required=True)
825825
def trigger_bot(arrow_token, committers_file, event_name, event_payload):
826+
print("Test")
826827
from .bot import CommentBot, PullRequestWorkflowBot, actions
827828
from ruamel.yaml import YAML
828829

0 commit comments

Comments
 (0)