mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-13 20:18:36 +08:00
Delete pr-title-checker.yaml
This commit is contained in:
parent
b6221e8dec
commit
e5113ec424
23
.github/workflows/pr-title-checker.yaml
vendored
23
.github/workflows/pr-title-checker.yaml
vendored
@ -1,23 +0,0 @@
|
||||
name: Check PR title
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- edited
|
||||
- synchronize
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
title-checker:
|
||||
name: Check PR title
|
||||
runs-on: [ self-hosted ]
|
||||
|
||||
steps:
|
||||
- uses: aslafy-z/conventional-pr-title-action@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
x
Reference in New Issue
Block a user