Skip to content

chore(package): update ghcr.io/paperless-ngx/paperless-ngx docker tag to v3 #1782

chore(package): update ghcr.io/paperless-ngx/paperless-ngx docker tag to v3

chore(package): update ghcr.io/paperless-ngx/paperless-ngx docker tag to v3 #1782

---
name: Semantic Pull Request
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
contents: read
pull-requests: read
jobs:
semantic-pull-request:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}