This is an automated email from the ASF dual-hosted git repository.
liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 438cdfe80aa [improve][workflow] Upgrade to latest docbot action
438cdfe80aa is described below
commit 438cdfe80aa533238e516c046931967f55af7fb7
Author: Max Xu <[email protected]>
AuthorDate: Mon Aug 29 09:40:40 2022 +0800
[improve][workflow] Upgrade to latest docbot action
---
.github/workflows/ci-documentbot.yml | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/.github/workflows/ci-documentbot.yml
b/.github/workflows/ci-documentbot.yml
index 7730757decb..fcc23bfded3 100644
--- a/.github/workflows/ci-documentbot.yml
+++ b/.github/workflows/ci-documentbot.yml
@@ -38,19 +38,8 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- - name: Checkout action
- uses: actions/checkout@v3
- with:
- repository: apache/pulsar-test-infra
- ref: master
-
- - name: Set up Go
- uses: actions/setup-go@v3
- with:
- go-version: 1.18
-
- name: Labeling
- uses: ./docbot
+ uses: apache/pulsar-test-infra/docbot@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABEL_WATCH_LIST: 'doc,doc-required,doc-not-needed,doc-complete'