From f04c634c4875e055be3e893551a57f9c52078a93 Mon Sep 17 00:00:00 2001 From: Nafees Nazik <84864519+G3root@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:57:48 +0530 Subject: [PATCH] fix: fixme line in todo action (#6982) * fix: remove line marked with the comment fixme * fix: remove push --- .github/workflows/todo-to-issue.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/todo-to-issue.yml b/.github/workflows/todo-to-issue.yml index 666d9ee3e3..b2caf8e54d 100644 --- a/.github/workflows/todo-to-issue.yml +++ b/.github/workflows/todo-to-issue.yml @@ -1,7 +1,5 @@ name: TODO to Issue on: - push: - branches: [add-todo-to-issue-action] # FIXME: Remove this after merged in main pull_request_target: # So we can test on forks branches: - main