Skip to content

Commit 8060d76

Browse files
committed
minor fixes
1 parent 6995e28 commit 8060d76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Controller/WebhookControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function getTests()
6161
'On pull request opened with target branch' => [
6262
'pull_request',
6363
'pull_request.opened_target_branch.json',
64-
['pull_request' => 3, 'status_change' => 'needs_review', 'pr_labels' => ['Bug']],
64+
['pull_request' => 5, 'status_change' => 'needs_review', 'pr_labels' => ['Bug'], 'milestone'=>'4.4'],
6565
],
6666
'On issue labeled bug' => [
6767
'issues',

tests/webhook_examples/pull_request.opened_target_branch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type": "User",
3434
"site_admin": false
3535
},
36-
"body": "| Q | A\r\n| ------------- | ---\r\n| Branch? | 4.4\r\n| Bug fix? | yes/no\r\n| New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files -->\r\n| BC breaks? | no <!-- see https://symfony.com/bc -->\r\n| Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->\r\n| Tests pass? | yes <!-- please add some, will be required by reviewers -->\r\n| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->\r\n| License | MIT\r\n| Doc PR | symfony/symfony-docs#... <!-- required for new features -->\r\n\r\ntest\r\n",
36+
"body": "| Q | A\r\n| ------------- | ---\r\n| Branch? | 4.4\r\n| Bug fix? | true\r\n| New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files -->\r\n| BC breaks? | no <!-- see https://symfony.com/bc -->\r\n| Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->\r\n| Tests pass? | yes <!-- please add some, will be required by reviewers -->\r\n| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->\r\n| License | MIT\r\n| Doc PR | symfony/symfony-docs#... <!-- required for new features -->\r\n\r\ntest\r\n",
3737
"created_at": "2020-10-26T17:15:31Z",
3838
"updated_at": "2020-10-26T17:15:31Z",
3939
"closed_at": null,

0 commit comments

Comments
 (0)