Zettat123
c1a10be07e
Fix activity type match in matchPullRequestEvent
( #25746 ) ( #25796 )
...
Backport #25746
Fix #25736
Caused by #24048
Right now we only check the activity type for `pull_request` event when
`types` is specified or there are no `types` and filter. If a workflow
only specifies filters but no `types` like this:
```
on:
pull_request:
branches: [main]
```
the workflow will be triggered even if the activity type is not one of
`[opened, reopened, sync]`. We need to check the activity type in this
case.
2023-07-11 06:42:07 +00:00
..
2023-07-11 06:42:07 +00:00
2023-02-06 09:49:21 +08:00
2022-11-27 18:20:29 +00:00
2023-07-10 11:51:05 +00:00
2023-04-12 18:16:45 +08:00
2023-05-13 20:59:11 +02:00
2023-07-04 23:41:32 -04:00
2023-07-04 23:41:32 -04:00
2023-07-04 23:41:32 -04:00
2022-11-27 18:20:29 +00:00
2023-07-09 21:00:42 +00:00
2023-04-17 11:37:23 +08:00
2023-06-22 16:27:18 +00:00
2023-01-05 13:58:51 +02:00
2023-07-04 23:41:32 -04:00
2022-11-27 18:20:29 +00:00
2023-07-04 23:41:32 -04:00
2023-02-15 21:37:34 +08:00
2023-07-04 23:41:32 -04:00
2023-01-29 09:49:51 -06:00
2023-03-14 16:09:01 -04:00
2022-11-27 18:20:29 +00:00
2023-07-04 23:41:32 -04:00
2023-05-13 16:04:57 +02:00
2023-07-04 23:41:32 -04:00
2023-07-04 23:41:32 -04:00
2023-07-04 23:41:32 -04:00
2023-07-04 23:41:32 -04:00
2023-04-10 16:44:02 +08:00
2023-05-21 22:35:11 +00:00
2023-06-28 17:35:20 +08:00
2023-07-04 23:41:32 -04:00
2022-11-27 18:20:29 +00:00
2023-06-03 22:03:41 +08:00
2023-07-04 23:41:32 -04:00
2023-05-26 07:31:55 +00:00
2023-07-04 23:41:32 -04:00
2023-06-26 20:09:07 +00:00
2023-04-12 18:16:45 +08:00
2023-07-04 23:41:32 -04:00
2023-04-22 17:56:27 -04:00
2022-11-27 18:20:29 +00:00
2023-07-04 23:41:32 -04:00
2023-07-04 23:41:32 -04:00
2023-02-11 08:39:50 +08:00
2022-11-27 18:20:29 +00:00
2023-05-13 16:04:57 +02:00
2023-05-29 10:52:32 +08:00
2022-11-27 18:20:29 +00:00
2023-01-31 10:08:05 +01:00
2022-11-27 18:20:29 +00:00
2023-06-05 13:25:43 +00:00
2023-05-07 19:29:43 +08:00
2023-07-04 23:41:32 -04:00
2023-07-10 11:51:05 +00:00
2022-12-30 23:31:00 +08:00
2023-06-18 16:56:21 +00:00
2023-07-04 23:41:32 -04:00
2023-07-04 23:41:32 -04:00
2023-07-04 23:41:32 -04:00
2022-11-27 18:20:29 +00:00
2022-11-27 18:20:29 +00:00
2023-07-04 23:41:32 -04:00
2023-07-04 23:41:32 -04:00
2023-07-04 23:41:32 -04:00
2023-05-03 19:53:43 -04:00
2023-07-04 23:41:32 -04:00
2023-02-05 15:29:03 +08:00
2023-03-07 22:40:41 -05:00
2022-11-27 18:20:29 +00:00
2022-11-27 18:20:29 +00:00
2022-11-27 18:20:29 +00:00
2022-11-27 18:20:29 +00:00
2023-07-04 23:41:32 -04:00
2023-07-04 23:41:32 -04:00
2023-07-04 23:41:32 -04:00
2023-05-24 22:06:27 -04:00