You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brecht Van Lommel c8139c0f64
Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)
The `commit_id` property name is the same as equivalent functionality in
GitHub. If the action was not caused by a commit, an empty string is
used.

This can for example be used to automatically add a Resolved label to an
issue fixed by a commit, or clear it when the issue is reopened.
1 year ago
..
assignee.go refactor some functions to support ctx as first parameter (#21878) 1 year ago
assignee_test.go refactor some functions to support ctx as first parameter (#21878) 1 year ago
comments.go Always reuse transaction (#22362) 1 year ago
commit.go Webhooks: for issue close/reopen action, add commit ID that caused it (#22583) 1 year ago
commit_test.go Implement FSFE REUSE for golang files (#21840) 1 year ago
content.go Implement FSFE REUSE for golang files (#21840) 1 year ago
issue.go Fix issue/PR numbers (#22037) 1 year ago
issue_test.go refactor some functions to support ctx as first parameter (#21878) 1 year ago
label.go Implement FSFE REUSE for golang files (#21840) 1 year ago
label_test.go Implement FSFE REUSE for golang files (#21840) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 1 year ago
milestone.go Rename almost all Ctx functions (#22071) 1 year ago
milestone_test.go Implement FSFE REUSE for golang files (#21840) 1 year ago
status.go Webhooks: for issue close/reopen action, add commit ID that caused it (#22583) 1 year ago