mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Remove anchors
This commit is contained in:
parent
7fc12ed952
commit
c8e01ec451
1 changed files with 4 additions and 2 deletions
6
.github/workflows/pull_request_changelog.yml
vendored
6
.github/workflows/pull_request_changelog.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
- name: Create fail comment
|
||||
if: "failure()"
|
||||
uses: peter-evans/create-or-update-comment@v2
|
||||
with: &comment-params
|
||||
with:
|
||||
edit-mode: replace
|
||||
comment-id: ${{ steps.fc.outputs.comment-id }}
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
|
|
@ -59,7 +59,9 @@ jobs:
|
|||
if: "success()"
|
||||
uses: peter-evans/create-or-update-comment@v2
|
||||
with:
|
||||
<<: *comment-params
|
||||
edit-mode: replace
|
||||
comment-id: ${{ steps.fc.outputs.comment-id }}
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
body: |
|
||||
# :heavy_check_mark: Changelog is added
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue