msgui commented on code in PR #2308:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2308#discussion_r1320756220


##########
.github/workflows/check-dependencies.yml:
##########
@@ -3,7 +3,6 @@ name: "3rd-party"
 on:
   push:
     branches:
-      - master

Review Comment:
   > I'm not sure why need to remove it, since it is a triggering branch
   
   When pushing to the master base-ref/head-ref are not automatically assigned, 
leading to frequent errors during such pushes. The reason for removing them is 
that during PRs, we can directly check for the introduction of unauthorized 
3rd-party libraries (exceptional libraries) through 'Dependency Review' and 
make the decision on whether to introduce them. There is no need to showcase 
this during master branch pushes.
   
![1694346048418](https://github.com/apache/incubator-hugegraph/assets/87920097/bf8ee5e7-6b75-4b77-b5e5-b9342b3f8820)
   
![1694346099572](https://github.com/apache/incubator-hugegraph/assets/87920097/3cc961b0-4759-41e8-a71b-f534588fde34)
   
   
   
   



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to