From 957153e2c83853447f45c3651e0777c6b06da10d Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 10 Jun 2020 11:08:49 -0500 Subject: [PATCH] Fix typo in the labeler file --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4e388667..87ed63fc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,7 +10,7 @@ model: 'app/models/**' controller: 'app/controllers/**' mailer: 'app/mailers/**' view: 'app/views/**' -jobs: 'app/jobs/**' +job: 'app/jobs/**' dependencies: - 'Gemfile.lock' - 'yarn.lock'