Update auto-label.yml
oupsy, small typo
This commit is contained in:
parent
a664f9cc6a
commit
0352b376df
4
.github/workflows/auto-label.yml
vendored
4
.github/workflows/auto-label.yml
vendored
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue