Skip to content

Commit f05de4e

Browse files
committed
revert cla changes that were covered by previous pr
1 parent 3cb5181 commit f05de4e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/cla.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,14 @@ on:
55
types: [created]
66
pull_request_target:
77
types: [opened, closed, synchronize]
8-
workflow_dispatch:
9-
inputs:
10-
pr_number:
11-
description: 'Pull request number to check'
12-
required: true
13-
type: number
148

159
jobs:
1610
cla:
1711
name: Check CLA
1812
runs-on: ubuntu-latest
19-
if: github.actor != 'dependabot[bot]'
2013
steps:
2114
- name: CLA Assistant
22-
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' || github.event_name == 'workflow_dispatch'
15+
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'
2316
uses: secondlife-3p/contributor-assistant@v2
2417
env:
2518
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)