RibirX / Ribir

Non-intrusive GUI framework for Rust

Home Page:https://ribir.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically replace the pr number in the changelog when the PR is merged.

M-Adoo opened this issue · comments

commented

Is your feature request related to a problem? Please describe.

When initiating a Pull Request (PR), it's necessary to update the changelog and include the PR number. However, the PR number is unknown until the PR is opened. This sequence can be slightly inconvenient as it requires the PR to be opened first, followed by an update to the changelog.

Describe the solution you'd like

It would be beneficial to implement a CI bot that automatically updates the PR number in the changelog upon merging. Contributors can simply use #pr-num as a placeholder in the changelog. The bot will then replace this placeholder with the actual PR number once the PR is merged.

commented

closed by #551