You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/08/25 02:53:41 UTC

[GitHub] [pulsar] tisonkun commented on a diff in pull request #17266: [improve][workflow] Upgrade to latest docbot action

tisonkun commented on code in PR #17266:
URL: https://github.com/apache/pulsar/pull/17266#discussion_r954454054


##########
.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: pulsar/pulsar-test-infra/docbot@master

Review Comment:
   ```suggestion
           uses: apache/pulsar-test-infra/docbot@master
   ```



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org