Skip to content

Commit 377e0d5

Browse files
committed
Include downstream aesara label in downstream_pr script
1 parent 16d1cbe commit 377e0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/downstream_pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ pre-commit run --all
4343
git push origin downstream_$1
4444
# get the informative title
4545
title=$(curl https://api.github.com/repos/aesara-devs/aesara/pulls/$1 2>/dev/null | jq '.title')
46-
gh pr create --repo pymc-devs/pytensor --title "Downstreaming Aesara PR $1: $title" --body "Downstreaming https://github.com/aesara-devs/aesara/pull/$1. PR port done by downstream_pr.sh script."
46+
gh pr create --repo pymc-devs/pytensor --label "aesara downstream" --title "🔄 From Aesara: $1: $title" --body "Downstreaming https://github.com/aesara-devs/aesara/pull/$1. PR port done by downstream_pr.sh script."

0 commit comments

Comments
 (0)