Zettat123 a4fe1cdf38
Improve the issue_comment workflow trigger event (#29277)
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.
2024-02-22 22:47:35 +08:00
..
2023-12-19 09:29:05 +00:00
2024-02-19 11:25:58 +00:00
2023-07-07 05:31:56 +00:00
2024-02-02 19:11:39 -05:00
2023-02-11 08:39:50 +08:00
2023-12-25 20:13:18 +08:00
2023-10-10 18:47:49 +08:00
2022-12-30 23:31:00 +08:00
2023-11-03 15:21:05 +00:00
2024-01-12 21:50:38 +00:00