mirror of
https://github.com/rustfs/rustfs.git
synced 2026-05-06 22:28:16 +08:00
ci: update CLA workflow for corrected comments (#2384)
This commit is contained in:
4
.github/workflows/cla.yml
vendored
4
.github/workflows/cla.yml
vendored
@@ -18,7 +18,7 @@ on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
issue_comment:
|
||||
types: [created]
|
||||
types: [created, edited]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
permission-contents: write
|
||||
|
||||
- name: Run CLA Bot
|
||||
uses: overtrue/cla-bot@v0.0.6
|
||||
uses: overtrue/cla-bot@v0.0.8
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
registry-token: ${{ steps.registry-token.outputs.token }}
|
||||
|
||||
Reference in New Issue
Block a user