This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
chore: expose SSL port in Dockerfile and enable SSL in matterbridge o… #593
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Lint | |
on: | |
pull_request_target: | |
types: | |
- labeled | |
- opened | |
- synchronize | |
- reopened | |
- ready_for_review | |
- edited | |
jobs: | |
validate: | |
name: ✏️ Validate PR title | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: read | |
steps: | |
- uses: amannn/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
types: |- | |
feat | |
fix | |
chore | |
refac | |
requireScope: false |