Merge branch 'main' into bugfix/code-change4john

This commit is contained in:
Matt DiMeglio 2025-06-11 12:07:40 -04:00 committed by GitHub
commit 4375883d85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,16 +15,6 @@ on:
paths:
- web/**
jobs:
pr-validation:
permissions:
contents: read
pull-requests: write
runs-on: ['self-hosted', 'pi']
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/configs/pr-labeler-configuration.yml
build:
environment: dev
needs: pr-validation