diff --git a/pyproject.toml b/pyproject.toml index b840715..789631b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev342" +version = "0.0.0.dev343" name = "ControlMan" dependencies = [ "packaging >= 23.2, < 24", diff --git a/src/controlman/_data/schema/main.yaml b/src/controlman/_data/schema/main.yaml index fba626d..74cf1d2 100644 --- a/src/controlman/_data/schema/main.yaml +++ b/src/controlman/_data/schema/main.yaml @@ -2711,7 +2711,7 @@ properties: {%- if event == "issues" -%} Issue ticket #{{ issue.number }} submitted by {{ make_user(issue.user) }}. {%- elif event == "pull_request" -%} - Pull request #{{ pull_request.number }} opened from branch {{ by {{ make_user(pull_request.user) }}. + Pull request #{{ pull_request.number }} opened from branch [{{ pull_request.head.ref }}]({{ pull_request.head.url }}) to branch [{{ pull_request.base.ref }}]({{ pull_request.base.url }}) by {{ make_user(pull_request.user) }}. {%- endif -%} {%- endif -%} {%- endmacro %}