Skip to content

Commit

Permalink
Merge remote-tracking branch 'pkief/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-labs committed Oct 9, 2024
2 parents eed3313 + fa4b13e commit c8ad4c2
Show file tree
Hide file tree
Showing 29 changed files with 385 additions and 312 deletions.
12 changes: 3 additions & 9 deletions .github/ISSUE_TEMPLATE/1-icon-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,50 +8,44 @@ body:
id: icon-type
attributes:
label: Icon Type
description: What type of icon are you requesting?
options:
- label: Folder
- label: File
required: true

- type: textarea
id: folder-names
attributes:
label: Folder names
description: If you are requesting folder icons, please list the folder names here.
placeholder: |
- folder-name
- another-folder-name
- ...
validations:
required: false
- type: textarea
id: file-names
attributes:
label: File names
description: If you are requesting file icons, please list the file names or file extensions here.
placeholder: |
- file-name
- another-file-name
- ...
validations:
required: false
- type: textarea
id: graphic-ideas
attributes:
label: Graphic ideas
description: A clear description of the icon you would like. If the icons are separate for folder and files, please create separate issues.
placeholder: Include a link to sample icons if possible
validations:
required: false

- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context about the icons here.
placeholder: I consider these icons necessary because ...
validations:
required: false

- type: checkboxes
id: terms
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/color-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/icon-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
bun-version: 1.1.20

- name: Checkout Fork 🛎️
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand All @@ -35,7 +35,7 @@ jobs:
persist-credentials: false

- name: Checkout Original 🛎️
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
path: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0

Expand Down
Loading

0 comments on commit c8ad4c2

Please sign in to comment.