We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812fe55 commit 4d0ab4fCopy full SHA for 4d0ab4f
1 file changed
release.sh
@@ -15,7 +15,7 @@ git checkout -b release-$VERSION
15
16
rm release_notes.txt
17
18
-for PR_NUMBER in $(gh pr list --repo home-assistant/core --author Bre77 --state open --json number | jq -r '.[].number'); do
+for PR_NUMBER in $(gh pr list --repo home-assistant/core --author Bre77 --state open --label "integration: teslemetry" --json number | jq -r '.[].number'); do
19
PR_TITLE=$(gh pr view $PR_NUMBER --repo home-assistant/core --json title | jq -r '.title')
20
echo "Applying patch from PR #$PR_NUMBER: $PR_TITLE"
21
gh pr diff $PR_NUMBER --patch --repo home-assistant/core | git apply -3
0 commit comments