mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-04 11:54:44 +00:00
fixed format
This commit is contained in:
parent
ce999022a6
commit
0ca4168dd4
1 changed files with 4 additions and 6 deletions
10
.github/workflows/issues.yml
vendored
10
.github/workflows/issues.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue