Skip to content

Commit

Permalink
adjust cla config
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Nov 14, 2024
1 parent dbb2f92 commit 48c19fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cla-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
statuses: write

jobs:
CLAAssistant:
cla-assistant:
runs-on: ubuntu-latest
steps:
- name: 'CLA Assistant'
Expand All @@ -21,7 +21,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://github.com/dachcom-digital/pimcore-formbuilder/blob/master/CLA.md'
branch: 'master'
allowlist: bot*

0 comments on commit 48c19fa

Please sign in to comment.