Skip to content

Commit 4eb1a42

Browse files
committed
Upgrade to latest docbot action
Signed-off-by: Max Xu <maxs.xu@gmail.com>
1 parent c13e669 commit 4eb1a42

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ci-documentbot.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,8 @@ jobs:
3838
pull-requests: write
3939
runs-on: ubuntu-latest
4040
steps:
41-
- name: Checkout action
42-
uses: actions/checkout@v3
43-
with:
44-
repository: apache/pulsar-test-infra
45-
ref: master
46-
47-
- name: Set up Go
48-
uses: actions/setup-go@v3
49-
with:
50-
go-version: 1.18
51-
5241
- name: Labeling
53-
uses: ./docbot
42+
uses: apache/pulsar-test-infra/docbot@master
5443
env:
5544
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5645
LABEL_WATCH_LIST: 'doc,doc-required,doc-not-needed,doc-complete'

0 commit comments

Comments
 (0)