mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
Update AI_to_merge_conflict.yml
Signed-off-by: jeet041 <mahorjitendra@gmail.com>
This commit is contained in:
parent
ac691b8645
commit
b1a61e5b9f
1 changed files with 6 additions and 3 deletions
9
.github/workflows/AI_to_merge_conflict.yml
vendored
9
.github/workflows/AI_to_merge_conflict.yml
vendored
|
@ -1,11 +1,14 @@
|
|||
name: Auto Resolve Conflicts
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
resolve-conflicts:
|
||||
dispatch:
|
||||
if: |
|
||||
github.event.issue.pull_request &&
|
||||
startsWith(github.event.comment.body, '/run-ai')
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue