Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

build(deps): bump nette/schema from 1.3.0 to 1.3.1 #6717

build(deps): bump nette/schema from 1.3.0 to 1.3.1

build(deps): bump nette/schema from 1.3.0 to 1.3.1 #6717

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: Labeler
on: [ pull_request_target ]
permissions:
pull-requests: write
contents: write
jobs:
label:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"