Update AI_to_merge_conflict.yml

Signed-off-by: jeet041 <mahorjitendra@gmail.com>
This commit is contained in:
jeet041 2025-04-17 13:14:13 +05:30 committed by GitHub
parent ac691b8645
commit b1a61e5b9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: