Skip to content

Commit

Permalink
WS-3235 Disable CLI assistant step
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszmichalak committed May 16, 2024
1 parent d4b213f commit a3e5a12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ on:
types: [opened,closed,synchronize]

jobs:
CLAssistant:
cla-assistant:
runs-on: ubuntu-latest
# diabled WS-3235
if: false
steps:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
Expand Down

0 comments on commit a3e5a12

Please sign in to comment.