Skip to content

Commit

Permalink
Merge branch 'issue-1034' of https://github.com/naughton/tabler-icons;…
Browse files Browse the repository at this point in the history
… branch 'main' of https://github.com/tabler/tabler-icons into issue-1034
  • Loading branch information
codecalm committed Mar 13, 2024
2 parents b981fe8 + d740ea6 commit 6fb8a35
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# For changed dependencies
📦 dependencies:
- changed-files:
- any-glob-to-any-file:
- pnpm-lock.yaml
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Pull Request Labeler'
on:
- pull_request_target

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
14 changes: 13 additions & 1 deletion .github/workflows/validate-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: Validate icons

on: [pull_request]

permissions:
pull-requests: write

jobs:
validate:
if: github.repository == 'tabler/tabler-icons'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -35,4 +39,12 @@ jobs:
run: pnpm install --no-frozen-lockfile

- name: Validate icons
run: pnpm validate
id: validate
run: pnpm run --silent validate >> ./comment-markup.md

- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
filePath: ./comment-markup.md
comment_tag: validate
mode: recreate
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fb8a35

Please sign in to comment.