Skip to content

Commit

Permalink
Release version 0.0.0.dev343
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 31, 2024
1 parent 6544624 commit df2e49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/controlman/_data/schema/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit df2e49f

Please sign in to comment.