Skip to content

chore: Fix analyser directory copy in Dockerfile #400

chore: Fix analyser directory copy in Dockerfile

chore: Fix analyser directory copy in Dockerfile #400

name: "Pull Request Checks"
on:
pull_request:
types:
[
opened,
edited,
unlocked,
labeled,
synchronize,
reopened,
ready_for_review,
]
permissions:
pull-requests: write
jobs:
check-pr-title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- name: Check PR Title
uses: deepakputhraya/[email protected]
with:
allowed_prefixes: "feat: ,fix: ,bug: ,ci: ,refactor: ,docs: ,build: ,chore(,deps(,chore: ,feat!: ,fix!: ,refactor!: ,test: " # title should start with the given prefix
labeller:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/other-configurations/labeller.yml
sync-labels: true