Skip to content

Commit

Permalink
add git attributes (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat authored Nov 14, 2024
1 parent 90714c4 commit 5797086
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
1 change: 0 additions & 1 deletion .actrc

This file was deleted.

12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/.github export-ignore
/docs export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/codeception.dist.yml export-ignore
/phpstan.neon export-ignore
/ecs.php export-ignore
/CLA.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/ISSUE_TEMPLATE.md export-ignore
/PULL_REQUEST_TEMPLATE.md export-ignore
7 changes: 5 additions & 2 deletions .github/workflows/cla-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ 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*
branch: 'main'
allowlist: bot*
remote-organization-name: 'dachcom-digital'
remote-repository-name: 'cla'

0 comments on commit 5797086

Please sign in to comment.