Skip to content

Commit 2a9f720

Browse files
committed
debug
1 parent 9ad919e commit 2a9f720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run-queue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,12 @@ failed with exit code %i. Please check the container logs for details.""" % (cmd
197197
if delivery_tag is not None:
198198
dq.channel.basic_ack(delivery_tag)
199199

200+
print(f"\n\n\njob_sub: {job_subj}")
200201
if job_subj is not None:
201202
repo = get_str(job_subj, 'repo')
202203
pull = get_int(job_subj, 'pull')
203204
sha = get_str(job_subj, 'sha')
205+
print(f"\nrepo: {repo},\npull: {pull},\nsha {sha}")
204206
# skip automerge if jobs don't run against a PR
205207
if repo is not None and pull is not None and sha is not None:
206208
auto_merge_bots_pr(repo, pull, sha)

0 commit comments

Comments
 (0)