Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: CLA Assistant

on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]

permissions:
actions: write
contents: write
pull-requests: write
statuses: write

jobs:
CLAssistant:
runs-on: ubuntu-latest
steps:
- name: CLA Assistant
uses: contributor-assistant/github-action@v2.6.1

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'CLA Assistant' step
Uses Step
uses 'contributor-assistant/github-action' with ref 'v2.6.1', not a pinned commit hash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
path-to-signatures: signatures/version1/cla.json
path-to-document: https://cla-assistant.io/cloudwego/cloudwego.github.io
branch: main
allowlist: bot
2 changes: 0 additions & 2 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ <h2 class="home-section-title">Enterprise Users</h2>
<li><a href="{{< relref "/docs/kitex">}}">Kitex</a></li>
<li><a href="{{< relref "/docs/hertz">}}">Hertz</a></li>
<li><a href="{{< relref "/docs/volo">}}">Volo</a></li>
<li><a href="{{< relref "/docs/netpoll">}}">Netpoll</a></li>
<li><a href="{{< relref "/docs/eino">}}">Eino</a></li>
</ul>
</div>
Expand All @@ -192,7 +191,6 @@ <h2 class="home-section-title">Enterprise Users</h2>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/cloudwego/kitex">Kitex</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/cloudwego/hertz">Hertz</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/cloudwego/volo">Volo</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/cloudwego/netpoll">Netpoll</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/bytedance/sonic">Sonic</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/cloudwego/eino">Eino</a></li>
</ul>
Expand Down
48 changes: 0 additions & 48 deletions content/en/docs/netpoll/Caution/_index.md

This file was deleted.

260 changes: 0 additions & 260 deletions content/en/docs/netpoll/Common Usage/_index.md

This file was deleted.

Loading
Loading