Skip to content

Commit 688f688

Browse files
Update repository condition in triage workflow
1 parent 5978ce2 commit 688f688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# - New issues (need component labeling)
1616
# - Issues labeled with "planned" (need owner assignment)
1717
if: >-
18-
github.repository == 'llalitkumarrr/adk-python' && (
18+
github.repository == 'google/adk-python' && (
1919
github.event_name == 'schedule' ||
2020
github.event.action == 'opened'
2121
)

0 commit comments

Comments
 (0)