Skip to content

Commit 4d0ab4f

Browse files
committed
Filter PRs to Teslemetry
1 parent 812fe55 commit 4d0ab4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)