From e0db7d81e1089ef5d103ecfc3c3522636294c5da Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Mon, 8 Jul 2024 11:40:06 -0400 Subject: [PATCH] build: Updating workflow `add-remove-label-on-comment.yml`. The .github/workflows/add-remove-label-on-comment.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org. --- .github/workflows/add-remove-label-on-comment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/add-remove-label-on-comment.yml b/.github/workflows/add-remove-label-on-comment.yml index a658064f0..0f369db7d 100644 --- a/.github/workflows/add-remove-label-on-comment.yml +++ b/.github/workflows/add-remove-label-on-comment.yml @@ -17,3 +17,4 @@ on: jobs: add_remove_labels: uses: openedx/.github/.github/workflows/add-remove-label-on-comment.yml@master +