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