From 0352b376df70b20b5bf680851c130d74da32c071 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Thu, 17 Sep 2020 11:34:10 +0200 Subject: [PATCH] Update auto-label.yml oupsy, small typo --- .github/workflows/auto-label.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index db531db..be00f51 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -25,8 +25,8 @@ jobs: - name: Assign issues and pull requests with `software` label to project `Sofware` uses: srggrs/assign-one-project-github-action@1.2.0 if: | - contains(github.event.issue.labels.*.name, 'bug') || - contains(github.event.pull_request.labels.*.name, 'bug') + contains(github.event.issue.labels.*.name, 'software') || + contains(github.event.pull_request.labels.*.name, 'software') with: project: 'https://github.com/PlanktonPlanet/PlanktonScope/projects/1' column_name: 'To Do'