Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,19 @@ jobs:
- name: Build files
run: composer run-script build

- name: Get Feather version
id: get-feather-version
run: echo "::set-output name=feather-version::$(composer show npm-asset/feather-icons --format=json | jq '.versions[]')"

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
commit-message: Update resources from Feather icons
commit-message: "Update resources from Feather ${{ steps.get-feather-version.outputs.feather-version }}"
branch: automated/feather-update
delete-branch: true
title: '[AUTO] Feather Update'
title: "[AUTO] Feather Update ${{ steps.get-feather-version.outputs.feather-version }}"
body: |
Updated resources built based on Feather Icons.
Updated resources built based on Feather ${{ steps.get-feather-version.outputs.feather-version }}.
labels: automated pr
assignees: |
Pixelrobin
Expand Down