From f245cca8ad42c9d344b53a18c3fc1a3c6724c2d4 Mon Sep 17 00:00:00 2001 From: Steven Arcangeli <506791+stevearc@users.noreply.github.com> Date: Tue, 26 Dec 2023 06:38:00 -0800 Subject: fix(injected): handle inline injections (#251) --- .github/workflows/automation_remove_question_label_on_comment.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/automation_remove_question_label_on_comment.yml b/.github/workflows/automation_remove_question_label_on_comment.yml index 60c7dba..a188abf 100644 --- a/.github/workflows/automation_remove_question_label_on_comment.yml +++ b/.github/workflows/automation_remove_question_label_on_comment.yml @@ -8,6 +8,7 @@ jobs: # issues in my "needs triage" filter. remove_question: runs-on: ubuntu-latest + if: github.event.sender.login != 'stevearc' steps: - uses: actions/checkout@v2 - uses: actions-ecosystem/action-remove-labels@v1 -- cgit v1.2.3-70-g09d2