Closed
Description
- Gitea version (or commit ref):
- Git version: 1.8.3
- Operating system: ubuntu
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
Issue on webhook for slack, when tried to modify release tag (edit or deleting), the notification always show the creator name.
For example :
- User A creating tag v1.0.0
Slack Notification:[RepoName] new release v1.0.0 published by User A
- User B updating content for tag v1.0.0
Select Notification:[RepoName] new release v1.0.0 updated by User A
- User B delete tag v1.0.0
Select Notification:[RepoName] new release v1.0.0 deleted by User A
...