We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e1499 commit 9788d6fCopy full SHA for 9788d6f
docs/examples/OpenIssue.php
@@ -14,12 +14,12 @@
14
15
final readonly class OpenIssue implements PluginInterface
16
{
17
- private const YOUTRACK_URL = 'https://yt.kr.digital';
18
- private const AUTHORIZATION_TOKEN = 'perm:bXNhdmlu.NjctMjg=.cAwxwx1bebsCApr3yoyU1OJYaHiPQh';
+ private const YOUTRACK_URL = 'https://yt';
+ private const AUTHORIZATION_TOKEN = '';
19
private const PROJECT_ID = '59-178';
20
private const STAGE = 'Второй этап';
21
private const BRANCH_NAME = 'develop';
22
- private const GITLAB_PROJECT_URL = 'https://gitlab.kr.digital/dit/sphere/sphere-backend';
+ private const GITLAB_PROJECT_URL = 'https://gitlab/backend';
23
24
public function handle(Report $report, Config $config): void
25
0 commit comments