mirror of https://github.com/go-gitea/gitea.git
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.
a4fe1cdf38
Fix #29175 Replace #29207 This PR makes some improvements to the `issue_comment` workflow trigger event. 1. Fix the bug that pull requests cannot trigger `issue_comment` workflows 2. Previously the `issue_comment` event only supported the `created` activity type. This PR adds support for the missing `edited` and `deleted` activity types. 3. Some events (including `issue_comment`, `issues`, etc. ) only trigger workflows that belong to the workflow file on the default branch. This PR introduces the `IsDefaultBranchWorkflow` function to check for these events. |
11 months ago | |
---|---|---|
.. | ||
github.go | 11 months ago | |
github_test.go | 11 months ago | |
log.go | 2 years ago | |
task_state.go | ||
task_state_test.go | ||
workflows.go | 12 months ago | |
workflows_test.go | 1 year ago |