mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
* Update pr-label-validation.yml * Update pr-labeler.yml * Update prepare-release.yml * Update preview-label.yaml * Update sdk.yml * Update static_analysis.yml * Update test.yml * Update weblate-lock.yml * Update build-mobile.yml * Update cache-cleanup.yml * Update cli.yml * Update codeql-analysis.yml * Update docker.yml * Update docs-build.yml * Update docs-deploy.yml * Update docs-destroy.yml * Update fix-format.yml
15 lines
345 B
YAML
15 lines
345 B
YAML
name: 'Pull Request Labeler'
|
|
on:
|
|
- pull_request_target # zizmor: ignore[dangerous-triggers] no attacker inputs are used here
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
labeler:
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
|