imbajin commented on code in PR #536:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/536#discussion_r1402964567
##########
.github/workflows/license-checker.yml:
##########
@@ -29,12 +29,15 @@ on:
jobs:
check-license-header:
runs-on: ubuntu-latest
+ env:
+ USE_STAGE: 'true' # Whether to include the stage repository.
steps:
- uses: actions/checkout@v3
# More info could refer to: https://github.com/apache/skywalking-eyes
- name: Check License Header
uses: apache/skywalking-eyes@main
env:
+ SE_STAGE: 'true' # Whether to include the stage repository.
Review Comment:
```suggestion
```
--
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]