Update auto-label.yml

oupsy, small typo
This commit is contained in:
Romain Bazile 2020-09-17 11:34:10 +02:00 committed by GitHub
parent a664f9cc6a
commit 0352b376df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,8 @@ jobs:
- name: Assign issues and pull requests with `software` label to project `Sofware` - name: Assign issues and pull requests with `software` label to project `Sofware`
uses: srggrs/assign-one-project-github-action@1.2.0 uses: srggrs/assign-one-project-github-action@1.2.0
if: | if: |
contains(github.event.issue.labels.*.name, 'bug') || contains(github.event.issue.labels.*.name, 'software') ||
contains(github.event.pull_request.labels.*.name, 'bug') contains(github.event.pull_request.labels.*.name, 'software')
with: with:
project: 'https://github.com/PlanktonPlanet/PlanktonScope/projects/1' project: 'https://github.com/PlanktonPlanet/PlanktonScope/projects/1'
column_name: 'To Do' column_name: 'To Do'