Skip to content

Commit

Permalink
[improve][workflow] Upgrade to latest docbot action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsxu authored Aug 29, 2022
1 parent 0909853 commit 438cdfe
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci-documentbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 438cdfe

Please sign in to comment.