Skip to content

Commit 39218f4

Browse files
authored
[fix][workflow] Support concurrency group and reusable workflow files in docbot (#16060)
1 parent 48c575d commit 39218f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-documentbot.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ on:
2727
- labeled
2828
- unlabeled
2929

30+
concurrency:
31+
group: ${{ github.workflow }}-${{ github.ref }}
32+
cancel-in-progress: true
33+
3034
jobs:
3135
label:
3236
if: ${{ github.repository == 'apache/pulsar' }}
@@ -46,7 +50,7 @@ jobs:
4650
go-version: 1.18
4751

4852
- name: Labeling
49-
uses: apache/pulsar-test-infra/docbot@master
53+
uses: ./docbot
5054
env:
5155
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5256
LABEL_WATCH_LIST: 'doc,doc-required,doc-not-needed,doc-complete'

0 commit comments

Comments
 (0)