File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
lib/filters/options_processor Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=====================================
3
+ | August 26, 2021 : fix: Await GithubAPI topics response `#585 <https://github.com/mergeability/mergeable/pull/585>`_
3
4
| August 10, 2021 : feat: New labels API `#577 <https://github.com/mergeability/mergeable/pull/577>`_
4
5
| August 6, 2021 : feat: Add team assignment to request_review action `#574 <https://github.com/mergeability/mergeable/pull/574>`_
5
6
| August 6, 2021 : feat: Support must_include and must_exclude regex as an array `#575 <https://github.com/mergeability/mergeable/pull/575>`_
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const repoTopics = async (context) => {
24
24
}
25
25
}
26
26
27
- const response = GithubAPI . getAllTopics ( context , {
27
+ const response = await GithubAPI . getAllTopics ( context , {
28
28
owner : context . payload . repository . owner . login ,
29
29
repo : context . payload . repository . name
30
30
} )
You can’t perform that action at this time.
0 commit comments