We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa2e51 commit 399f176Copy full SHA for 399f176
1 file changed
contributing/samples/adk_triaging_agent/main.py
@@ -11,6 +11,7 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
+
15
import asyncio
16
import time
17
@@ -56,7 +57,6 @@ async def fetch_specific_issue_details(issue_number: int):
56
57
58
# Determine what actions are needed
59
needs_component_label = not has_component
- # needs_owner = has_planned and not has_assignee
60
needs_owner = not has_assignee
61
62
if needs_component_label or needs_owner:
0 commit comments