Copilot commented on code in PR #12774:
URL: https://github.com/apache/cloudstack/pull/12774#discussion_r2909611186


##########
.github/workflows/merge-conflict-checker.yml:
##########
@@ -32,10 +32,10 @@ jobs:
   triage:
     permissions:
       pull-requests: write  # for eps1lon/actions-label-merge-conflict to 
label PRs
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     steps:
     - name: Conflict Check
-      uses: eps1lon/[email protected]
+      uses: eps1lon/actions-label-merge-conflict@v3
       with:
         repoToken: "${{ secrets.GITHUB_TOKEN }}"

Review Comment:
   The `steps` list is not indented under `steps:` (the `- name:` line is 
aligned with `steps:`). This makes the workflow YAML invalid and the job will 
fail to load. Indent the step items so they are nested under `steps:`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to