Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(action): issue change title notifications (go-gitea#33050)
- Add `IssueChangeTitle` method to handle issue title changes - Add `notifyIssueChangeWithTitleOrContent` method to generalize notification handling for issue title or content changes action file as below: ```yaml name: Semantic Pull Request on: pull_request_target: types: [edited] ``` --------- Signed-off-by: Bo-Yi Wu <[email protected]> Co-authored-by: Giteabot <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
- Loading branch information