Skip to content

chore(deps): bump @fortawesome/free-solid-svg-icons from 6.5.2 to 7.1.0 #24

chore(deps): bump @fortawesome/free-solid-svg-icons from 6.5.2 to 7.1.0

chore(deps): bump @fortawesome/free-solid-svg-icons from 6.5.2 to 7.1.0 #24

Workflow file for this run

name: '🏷️ PR Labeler'
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Label PR based on title and files
uses: ./.github/actions/labeler
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Optional: Use custom config file (default: labeler-config.yml)
# CONFIG_FILE: 'custom-labeler-config.yml'