Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
default: "https://github.com/SiliconLabsSoftware/agreements-and-guidelines/blob/main/contributor_license_agreement.md"
allowlist:
type: string
default: silabs-*,bot*
default: "silabs-*,bot*,cursor*"
branch:
type: string
default: "cla-database"
Expand All @@ -41,7 +41,8 @@ jobs:
runs-on: ${{ inputs.runner }}
if: |
github.event.pull_request.user.login != 'dependabot[bot]' &&
github.event.pull_request.user.login != 'silabs-matter-ci-bot'
github.event.pull_request.user.login != 'silabs-matter-ci-bot' &&
github.event.pull_request.user.login != 'cursoragent'
steps:
- name: Create CLA Assistant Lite bot token
id: app-token
Expand Down