From 54b519b3c35c6f8f47d0efd1184162d43873368d Mon Sep 17 00:00:00 2001 From: Declan Kelly Date: Fri, 3 Jan 2020 14:43:13 -0800 Subject: [PATCH] Fix Labeler Workflow **Description** Labeler workflow had a duplicated name field for the top level. **Motivation** Bug fix, the labeler workflow should work after this PR is complete. **Testing Done** Observer a successful run of the workflow before merging the PR. --- .github/workflows/labeler.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 1ec68ddb43d2..0d3c83bb5dd3 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,6 +1,3 @@ -name: 'Pull Request Labeler' - - name: Pull Request Labeler # This workflow is supposed to run every 5 minutes on: