Skip to content

Commit 89fd2c8

Browse files
committed
Filter PRs to Teslemetry
1 parent ee1bc1b commit 89fd2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git checkout -b release-$VERSION
1515

1616
rm release_notes.txt
1717

18-
for PR_NUMBER in $(gh pr list --repo home-assistant/core --author Bre77 --state open --json number | jq -r '.[].number'); do
18+
for PR_NUMBER in $(gh pr list --repo home-assistant/core --author Bre77 --state open --label "integration: teslemetry" --json number | jq -r '.[].number'); do
1919
PR_TITLE=$(gh pr view $PR_NUMBER --repo home-assistant/core --json title | jq -r '.title')
2020
echo "Applying patch from PR #$PR_NUMBER: $PR_TITLE"
2121
gh pr diff $PR_NUMBER --patch --repo home-assistant/core | git apply -3

0 commit comments

Comments
 (0)