Skip to content

ci: Move from Gitlab to Github #1077

ci: Move from Gitlab to Github

ci: Move from Gitlab to Github #1077

Workflow file for this run

name: pr-title
on:
pull_request:
branches:
- master
types:
- opened
- edited
- synchronize
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
validate-title:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}