From b9ae4d1f20c2dedebb1eac1201e695111b61253e Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Fri, 1 Nov 2024 12:33:16 -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 a658064f09..0f369db7d2 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 +