mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-26 01:00:27 +02:00
Update all dependencies (#6706)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
b2e1747d39
commit
20e7c258aa
6
.github/workflows/add-labels-priority.yml
vendored
6
.github/workflows/add-labels-priority.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- id: priority-1
|
||||
name: Assign `icon outdated` pull requests to "Priority 1"
|
||||
uses: srggrs/assign-one-project-github-action@1.2.1
|
||||
uses: srggrs/assign-one-project-github-action@1.3.1
|
||||
if: contains(steps.get-labels.outputs.labels, 'icon outdated')
|
||||
with:
|
||||
project: https://github.com/orgs/simple-icons/projects/2
|
||||
@ -46,7 +46,7 @@ jobs:
|
||||
|
||||
- id: priority-2
|
||||
name: Assign `new icon` pull requests to "Priority 2"
|
||||
uses: srggrs/assign-one-project-github-action@1.2.1
|
||||
uses: srggrs/assign-one-project-github-action@1.3.1
|
||||
# the PR has the `new icon` label along with a linked issue and
|
||||
# the opener is not a member of simple-icons organization
|
||||
if: |
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
column_name: Priority 2
|
||||
|
||||
- name: Assign pull requests to "Unprioritised"
|
||||
uses: srggrs/assign-one-project-github-action@1.2.1
|
||||
uses: srggrs/assign-one-project-github-action@1.3.1
|
||||
if: |
|
||||
steps.priority-1.conclusion == 'skipped' &&
|
||||
steps.priority-2.conclusion == 'skipped'
|
||||
|
@ -19,8 +19,8 @@
|
||||
"license": "CC0-1.0",
|
||||
"devDependencies": {
|
||||
"editorconfig-checker": "4.0.2",
|
||||
"jest": "27.2.2",
|
||||
"jest-diff": "27.2.2",
|
||||
"jest": "27.2.5",
|
||||
"jest-diff": "27.2.5",
|
||||
"jsonschema": "1.4.0",
|
||||
"named-html-entities-json": "0.1.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
|
Loading…
Reference in New Issue
Block a user