Skip to content

Commit

Permalink
Format review message as markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
MegMll authored Jul 22, 2024
1 parent 3a0d864 commit 0582f49
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/scripts/check_label.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,20 @@ module.exports = async ({github, context, core}) => {
else
{
const reviewMessage = `👋 Hi,
This is a reminder message to please assign a proper label to this Pull Request.
The possible labels are:
- build_collision (build pinocchio with coal support)
- build_casadi (build pinoochio with casadi support)
- build_autodiff (build pinocchio with cppad support)
- build_codegen (build pinocchio with cppadcg support)
- build_extra (build pinocchio with extra algorithms)
- build_mpfr (build pinocchio with Boost.Multiprecision support)
- build_sdf (build pinocchio with sdf parser)
- build_accelerate
- build_all (build pinocchio with all the options stated above)
Thanks.`;
This is a reminder message to please assign a proper label to this Pull Request.
The possible labels are:
- build_collision (build pinocchio with coal support)
- build_casadi (build pinoochio with casadi support)
- build_autodiff (build pinocchio with cppad support)
- build_codegen (build pinocchio with cppadcg support)
- build_extra (build pinocchio with extra algorithms)
- build_mpfr (build pinocchio with Boost.Multiprecision support)
- build_sdf (build pinocchio with sdf parser)
- build_accelerate
- build_all (build pinocchio with all the options stated above)
Thanks.`;
await github.rest.pulls.createReview({
owner:context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 0582f49

Please sign in to comment.