fixed format

This commit is contained in:
sur.la.route 2021-10-04 15:55:57 +02:00 committed by GitHub
parent ce999022a6
commit 0ca4168dd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,17 +9,15 @@ jobs:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- name: Assign issues and with `bug` label to bugs project
- name: Assign issues and with `bug` label to bugs project
uses: srggrs/assign-one-project-github-action@1.2.1
if: |
contains(github.event.issue.labels.*.name, 'bug')
if: contains(github.event.issue.labels.*.name, 'bug')
with:
project: 'https://github.com/Riverside-Healthcare/djLint/projects/1'
column_name: 'Needs triage'
- name: Assign issues and with `enhancement` label to bugs project
- name: Assign issues and with `enhancement` label to bugs project
uses: srggrs/assign-one-project-github-action@1.2.1
if: |
contains(github.event.issue.labels.*.name, 'enhancement')
if: contains(github.event.issue.labels.*.name, 'enhancement')
with:
project: 'https://github.com/Riverside-Healthcare/djLint/projects/2'
column_name: 'Needs triage'