Browse Source

Adding PR label trigger for openhands-resolver (#4712)

Rohit Malhotra 1 year ago
parent
commit
496364ce53
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/openhands-resolver.yml

+ 2 - 0
.github/workflows/openhands-resolver.yml

@@ -3,6 +3,8 @@ name: Resolve Issues with OpenHands
 on:
   issues:
     types: [labeled]
+  pull_request:
+    types: [labeled]
 
 jobs:
   call-openhands-resolver: