axelpal/code-review-tag-tool

This instrument is aimed to count specific tags in Pull Request's comments at BitBucket.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 19

Type:project

pkg:composer/axelpal/code-review-tag-tool


README

CI

This instrument is aimed to count specific tags in Pull Request's comments at BitBucket and to make a report with this data.

Initialize the project

In order to make the project operative you should run:

./artisan db:migrate
./artisan db:seed

Seeding the database does some things:

  • Initialize some specific permissions to get access to some pages
  • Set necessary settings

XDebug

For using XDebug you should add arg to your compose-file (to app service):

    build:
      args:
        INSTALL_XDEBUG: "true"