Add Webhook

Integrate Slack into your repository.

Optionally give this webhook a friendly name

Information about triggered events will be sent to this webhook URL.
Will be included as authorization header for requests when present. Examples: Bearer token123456, Basic YWxhZGRpbjpvcGVuc2VzYW1l.
Branch (and ref name) allowlist for push, branch creation and branch deletion events, specified as glob pattern. If empty or *, events for all branches and tags are reported. Use refs/heads/ or refs/tags/ prefix to match full ref names. See github.com/gobwas/glob documentation for syntax.
  • main
  • {main,feature/*}
  • {refs/heads/feature/*,refs/tags/release/*}

Trigger On:

Branch or tag created.
Branch or tag deleted.
Repository forked.
Git push to a repository.
Repository created or deleted.
Release published, updated or deleted in a repository.
Package created or deleted in a repository.
Wiki page created, renamed, edited or deleted.
Commit Status updated from the API.
Issue opened, closed, reopened, edited or deleted.
Issue assigned or unassigned.
Issue labels updated or cleared.
Issue milestoned or demilestoned.
Issue comment created, edited, or deleted.
Pull request opened, closed, reopened, edited or deleted.
Pull request assigned or unassigned.
Pull request labels updated or cleared.
Pull request milestoned or demilestoned.
Pull request comment created, edited, or deleted.
Pull request approved, rejected, or review comment.
Pull request synchronized.
Pull request review requested or review request removed.
Gitea Actions Workflow run queued, waiting, in progress, or completed.
Gitea Actions Workflow job queued, waiting, in progress, or completed.