Skip to content

chore(deps-dev): bump stylelint from 16.24.0 to 16.26.0 #9

chore(deps-dev): bump stylelint from 16.24.0 to 16.26.0

chore(deps-dev): bump stylelint from 16.24.0 to 16.26.0 #9

Workflow file for this run

# SPDX-FileCopyrightText: 2025 DB Systel GmbH
#
# SPDX-License-Identifier: Apache-2.0
---
name: Auto Assign
permissions:
contents: read
pull-requests: write
on:
pull_request:
types:
- opened
- reopened
jobs:
add_labels:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}