mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
chore: add ready-to-merge gate for branch freshness
This commit is contained in:
parent
e214ff7d1e
commit
c455256bfb
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ready-to-merge.yml
vendored
Normal file
8
.github/workflows/ready-to-merge.yml
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
name: Ready to Merge
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ready:
|
||||||
|
uses: codeflash-ai/github-workflows/.github/workflows/ready-to-merge.yml@main
|
||||||
Loading…
Reference in a new issue