diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..1d0a697c --- /dev/null +++ b/.gitattributes @@ -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 \ No newline at end of file diff --git a/.github/workflows/ecs-fix.yml b/.github/workflows/ecs-fix.yml index e47aed49..0df97d58 100644 --- a/.github/workflows/ecs-fix.yml +++ b/.github/workflows/ecs-fix.yml @@ -27,20 +27,18 @@ jobs: - name: Run ECS run: | - ls -la - ls -la src - vendor/bin/ecs check --fix src --config src/ecs.php + vendor/bin/ecs check src --fix --config ecs.php - #- name: Create Pull Request - # uses: peter-evans/create-pull-request@v4 - # with: - # commit-message: '[CS] Refactor' - # author: DACHCOM Bot - # title: '[CS] Refactor' - # body: | - # This PR has been generated automatically to fix code-styles - # labels: | - # Enhancement - # branch: coding-standard/refactor-${{ matrix.branch }} - # delete-branch: true - # base: ${{ matrix.branch }} \ No newline at end of file + - name: Create Pull Request + uses: peter-evans/create-pull-request@v4 + with: + commit-message: '[CS] Refactor' + author: DACHCOM Bot + title: '[CS] Refactor' + body: | + This PR has been generated automatically to fix code-styles + labels: | + Enhancement + branch: coding-standard/refactor-${{ matrix.branch }} + delete-branch: true + base: ${{ matrix.branch }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1dedc839..4237662f 100644 --- a/.gitignore +++ b/.gitignore @@ -40,10 +40,8 @@ atlassian-ide-plugin.xml .project ehthumbs.db Thumbs.db -Vagrantfile -.vagrant php-cgi.core -.sass-cache +/vendor/ # codeception (only stage *.dist.yml config files) /codeception.yml