Skip to content

Commit 399f176

Browse files
Remove commented out needs_owner assignment
1 parent eaa2e51 commit 399f176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • contributing/samples/adk_triaging_agent

contributing/samples/adk_triaging_agent/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
1415
import asyncio
1516
import time
1617

@@ -56,7 +57,6 @@ async def fetch_specific_issue_details(issue_number: int):
5657

5758
# Determine what actions are needed
5859
needs_component_label = not has_component
59-
# needs_owner = has_planned and not has_assignee
6060
needs_owner = not has_assignee
6161

6262
if needs_component_label or needs_owner:

0 commit comments

Comments
 (0)