mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
chore: add ready-to-merge gate for branch freshness
This commit is contained in:
parent
5d02df9890
commit
9bc9ff2250
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