@automate.ax/catalog 0.88.2 → 0.88.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,310 @@
1
1
  export declare const githubTriggerDefinitions: {
2
+ readonly githubCommitCommentCreated: {
3
+ readonly account: {
4
+ readonly connectionOptions: readonly [{
5
+ readonly requiredScopes: readonly ["contents:read"];
6
+ }];
7
+ readonly serviceId: "github";
8
+ };
9
+ readonly type: "github.commit-comment.created";
10
+ };
11
+ readonly githubCommitCommentEvent: {
12
+ readonly account: {
13
+ readonly connectionOptions: readonly [{
14
+ readonly requiredScopes: readonly ["contents:read"];
15
+ }];
16
+ readonly serviceId: "github";
17
+ };
18
+ readonly type: "github.commit-comment.event";
19
+ };
20
+ readonly githubDeploymentProtectionRuleEvent: {
21
+ readonly account: {
22
+ readonly connectionOptions: readonly [{
23
+ readonly requiredScopes: readonly ["deployments:read"];
24
+ }];
25
+ readonly serviceId: "github";
26
+ };
27
+ readonly type: "github.deployment-protection-rule.event";
28
+ };
29
+ readonly githubDeploymentProtectionRuleRequested: {
30
+ readonly account: {
31
+ readonly connectionOptions: readonly [{
32
+ readonly requiredScopes: readonly ["deployments:read"];
33
+ }];
34
+ readonly serviceId: "github";
35
+ };
36
+ readonly type: "github.deployment-protection-rule.requested";
37
+ };
38
+ readonly githubDeploymentReviewApproved: {
39
+ readonly account: {
40
+ readonly connectionOptions: readonly [{
41
+ readonly requiredScopes: readonly ["deployments:read"];
42
+ }];
43
+ readonly serviceId: "github";
44
+ };
45
+ readonly type: "github.deployment-review.approved";
46
+ };
47
+ readonly githubDeploymentReviewEvent: {
48
+ readonly account: {
49
+ readonly connectionOptions: readonly [{
50
+ readonly requiredScopes: readonly ["deployments:read"];
51
+ }];
52
+ readonly serviceId: "github";
53
+ };
54
+ readonly type: "github.deployment-review.event";
55
+ };
56
+ readonly githubDeploymentReviewRejected: {
57
+ readonly account: {
58
+ readonly connectionOptions: readonly [{
59
+ readonly requiredScopes: readonly ["deployments:read"];
60
+ }];
61
+ readonly serviceId: "github";
62
+ };
63
+ readonly type: "github.deployment-review.rejected";
64
+ };
65
+ readonly githubDeploymentReviewRequested: {
66
+ readonly account: {
67
+ readonly connectionOptions: readonly [{
68
+ readonly requiredScopes: readonly ["deployments:read"];
69
+ }];
70
+ readonly serviceId: "github";
71
+ };
72
+ readonly type: "github.deployment-review.requested";
73
+ };
74
+ readonly githubIssueDependencyBlockedByAdded: {
75
+ readonly account: {
76
+ readonly connectionOptions: readonly [{
77
+ readonly requiredScopes: readonly ["issues:read"];
78
+ }];
79
+ readonly serviceId: "github";
80
+ };
81
+ readonly type: "github.issue-dependencies.blocked-by-added";
82
+ };
83
+ readonly githubIssueDependencyBlockedByRemoved: {
84
+ readonly account: {
85
+ readonly connectionOptions: readonly [{
86
+ readonly requiredScopes: readonly ["issues:read"];
87
+ }];
88
+ readonly serviceId: "github";
89
+ };
90
+ readonly type: "github.issue-dependencies.blocked-by-removed";
91
+ };
92
+ readonly githubIssueDependencyBlockingAdded: {
93
+ readonly account: {
94
+ readonly connectionOptions: readonly [{
95
+ readonly requiredScopes: readonly ["issues:read"];
96
+ }];
97
+ readonly serviceId: "github";
98
+ };
99
+ readonly type: "github.issue-dependencies.blocking-added";
100
+ };
101
+ readonly githubIssueDependencyBlockingRemoved: {
102
+ readonly account: {
103
+ readonly connectionOptions: readonly [{
104
+ readonly requiredScopes: readonly ["issues:read"];
105
+ }];
106
+ readonly serviceId: "github";
107
+ };
108
+ readonly type: "github.issue-dependencies.blocking-removed";
109
+ };
110
+ readonly githubIssueDependenciesEvent: {
111
+ readonly account: {
112
+ readonly connectionOptions: readonly [{
113
+ readonly requiredScopes: readonly ["issues:read"];
114
+ }];
115
+ readonly serviceId: "github";
116
+ };
117
+ readonly type: "github.issue-dependencies.event";
118
+ };
119
+ readonly githubMergeGroupChecksRequested: {
120
+ readonly account: {
121
+ readonly connectionOptions: readonly [{
122
+ readonly requiredScopes: readonly ["merge_queues:read"];
123
+ }];
124
+ readonly serviceId: "github";
125
+ };
126
+ readonly type: "github.merge-group.checks-requested";
127
+ };
128
+ readonly githubMergeGroupDestroyed: {
129
+ readonly account: {
130
+ readonly connectionOptions: readonly [{
131
+ readonly requiredScopes: readonly ["merge_queues:read"];
132
+ }];
133
+ readonly serviceId: "github";
134
+ };
135
+ readonly type: "github.merge-group.destroyed";
136
+ };
137
+ readonly githubMergeGroupEvent: {
138
+ readonly account: {
139
+ readonly connectionOptions: readonly [{
140
+ readonly requiredScopes: readonly ["merge_queues:read"];
141
+ }];
142
+ readonly serviceId: "github";
143
+ };
144
+ readonly type: "github.merge-group.event";
145
+ };
146
+ readonly githubParentIssueAdded: {
147
+ readonly account: {
148
+ readonly connectionOptions: readonly [{
149
+ readonly requiredScopes: readonly ["issues:read"];
150
+ }];
151
+ readonly serviceId: "github";
152
+ };
153
+ readonly type: "github.parent-issue.added";
154
+ };
155
+ readonly githubParentIssueRemoved: {
156
+ readonly account: {
157
+ readonly connectionOptions: readonly [{
158
+ readonly requiredScopes: readonly ["issues:read"];
159
+ }];
160
+ readonly serviceId: "github";
161
+ };
162
+ readonly type: "github.parent-issue.removed";
163
+ };
164
+ readonly githubPullRequestReviewThreadEvent: {
165
+ readonly account: {
166
+ readonly connectionOptions: readonly [{
167
+ readonly requiredScopes: readonly ["pull_requests:read"];
168
+ }];
169
+ readonly serviceId: "github";
170
+ };
171
+ readonly type: "github.pull-request-review-thread.event";
172
+ };
173
+ readonly githubPullRequestReviewThreadResolved: {
174
+ readonly account: {
175
+ readonly connectionOptions: readonly [{
176
+ readonly requiredScopes: readonly ["pull_requests:read"];
177
+ }];
178
+ readonly serviceId: "github";
179
+ };
180
+ readonly type: "github.pull-request-review-thread.resolved";
181
+ };
182
+ readonly githubPullRequestReviewThreadUnresolved: {
183
+ readonly account: {
184
+ readonly connectionOptions: readonly [{
185
+ readonly requiredScopes: readonly ["pull_requests:read"];
186
+ }];
187
+ readonly serviceId: "github";
188
+ };
189
+ readonly type: "github.pull-request-review-thread.unresolved";
190
+ };
191
+ readonly githubRepositoryArchived: {
192
+ readonly account: {
193
+ readonly connectionOptions: readonly [{
194
+ readonly requiredScopes: readonly ["metadata:read"];
195
+ }];
196
+ readonly serviceId: "github";
197
+ };
198
+ readonly type: "github.repository.archived";
199
+ };
200
+ readonly githubRepositoryCreated: {
201
+ readonly account: {
202
+ readonly connectionOptions: readonly [{
203
+ readonly requiredScopes: readonly ["metadata:read"];
204
+ }];
205
+ readonly serviceId: "github";
206
+ };
207
+ readonly type: "github.repository.created";
208
+ };
209
+ readonly githubRepositoryDeleted: {
210
+ readonly account: {
211
+ readonly connectionOptions: readonly [{
212
+ readonly requiredScopes: readonly ["metadata:read"];
213
+ }];
214
+ readonly serviceId: "github";
215
+ };
216
+ readonly type: "github.repository.deleted";
217
+ };
218
+ readonly githubRepositoryEdited: {
219
+ readonly account: {
220
+ readonly connectionOptions: readonly [{
221
+ readonly requiredScopes: readonly ["metadata:read"];
222
+ }];
223
+ readonly serviceId: "github";
224
+ };
225
+ readonly type: "github.repository.edited";
226
+ };
227
+ readonly githubRepositoryEvent: {
228
+ readonly account: {
229
+ readonly connectionOptions: readonly [{
230
+ readonly requiredScopes: readonly ["metadata:read"];
231
+ }];
232
+ readonly serviceId: "github";
233
+ };
234
+ readonly type: "github.repository.event";
235
+ };
236
+ readonly githubRepositoryPrivatized: {
237
+ readonly account: {
238
+ readonly connectionOptions: readonly [{
239
+ readonly requiredScopes: readonly ["metadata:read"];
240
+ }];
241
+ readonly serviceId: "github";
242
+ };
243
+ readonly type: "github.repository.privatized";
244
+ };
245
+ readonly githubRepositoryPublicized: {
246
+ readonly account: {
247
+ readonly connectionOptions: readonly [{
248
+ readonly requiredScopes: readonly ["metadata:read"];
249
+ }];
250
+ readonly serviceId: "github";
251
+ };
252
+ readonly type: "github.repository.publicized";
253
+ };
254
+ readonly githubRepositoryRenamed: {
255
+ readonly account: {
256
+ readonly connectionOptions: readonly [{
257
+ readonly requiredScopes: readonly ["metadata:read"];
258
+ }];
259
+ readonly serviceId: "github";
260
+ };
261
+ readonly type: "github.repository.renamed";
262
+ };
263
+ readonly githubRepositoryTransferred: {
264
+ readonly account: {
265
+ readonly connectionOptions: readonly [{
266
+ readonly requiredScopes: readonly ["metadata:read"];
267
+ }];
268
+ readonly serviceId: "github";
269
+ };
270
+ readonly type: "github.repository.transferred";
271
+ };
272
+ readonly githubRepositoryUnarchived: {
273
+ readonly account: {
274
+ readonly connectionOptions: readonly [{
275
+ readonly requiredScopes: readonly ["metadata:read"];
276
+ }];
277
+ readonly serviceId: "github";
278
+ };
279
+ readonly type: "github.repository.unarchived";
280
+ };
281
+ readonly githubSubIssueAdded: {
282
+ readonly account: {
283
+ readonly connectionOptions: readonly [{
284
+ readonly requiredScopes: readonly ["issues:read"];
285
+ }];
286
+ readonly serviceId: "github";
287
+ };
288
+ readonly type: "github.sub-issue.added";
289
+ };
290
+ readonly githubSubIssueRemoved: {
291
+ readonly account: {
292
+ readonly connectionOptions: readonly [{
293
+ readonly requiredScopes: readonly ["issues:read"];
294
+ }];
295
+ readonly serviceId: "github";
296
+ };
297
+ readonly type: "github.sub-issue.removed";
298
+ };
299
+ readonly githubSubIssuesEvent: {
300
+ readonly account: {
301
+ readonly connectionOptions: readonly [{
302
+ readonly requiredScopes: readonly ["issues:read"];
303
+ }];
304
+ readonly serviceId: "github";
305
+ };
306
+ readonly type: "github.sub-issues.event";
307
+ };
2
308
  readonly githubBranchCreated: {
3
309
  readonly account: {
4
310
  readonly connectionOptions: readonly [{
@@ -71,6 +377,24 @@ export declare const githubTriggerDefinitions: {
71
377
  };
72
378
  readonly type: "github.check-run.failed";
73
379
  };
380
+ readonly githubCheckRunNeutral: {
381
+ readonly account: {
382
+ readonly connectionOptions: readonly [{
383
+ readonly requiredScopes: readonly ["checks:read"];
384
+ }];
385
+ readonly serviceId: "github";
386
+ };
387
+ readonly type: "github.check-run.neutral";
388
+ };
389
+ readonly githubCheckRunPending: {
390
+ readonly account: {
391
+ readonly connectionOptions: readonly [{
392
+ readonly requiredScopes: readonly ["checks:read"];
393
+ }];
394
+ readonly serviceId: "github";
395
+ };
396
+ readonly type: "github.check-run.pending";
397
+ };
74
398
  readonly githubCheckRunRerequested: {
75
399
  readonly account: {
76
400
  readonly connectionOptions: readonly [{
@@ -89,6 +413,24 @@ export declare const githubTriggerDefinitions: {
89
413
  };
90
414
  readonly type: "github.check-run.requested-action";
91
415
  };
416
+ readonly githubCheckRunSkipped: {
417
+ readonly account: {
418
+ readonly connectionOptions: readonly [{
419
+ readonly requiredScopes: readonly ["checks:read"];
420
+ }];
421
+ readonly serviceId: "github";
422
+ };
423
+ readonly type: "github.check-run.skipped";
424
+ };
425
+ readonly githubCheckRunStale: {
426
+ readonly account: {
427
+ readonly connectionOptions: readonly [{
428
+ readonly requiredScopes: readonly ["checks:read"];
429
+ }];
430
+ readonly serviceId: "github";
431
+ };
432
+ readonly type: "github.check-run.stale";
433
+ };
92
434
  readonly githubCheckRunSucceeded: {
93
435
  readonly account: {
94
436
  readonly connectionOptions: readonly [{
@@ -116,293 +458,626 @@ export declare const githubTriggerDefinitions: {
116
458
  };
117
459
  readonly type: "github.check-run.timed-out";
118
460
  };
119
- readonly githubCheckSuiteActionRequired: {
461
+ readonly githubCheckRunWaiting: {
120
462
  readonly account: {
121
463
  readonly connectionOptions: readonly [{
122
464
  readonly requiredScopes: readonly ["checks:read"];
123
465
  }];
124
466
  readonly serviceId: "github";
125
467
  };
126
- readonly type: "github.check-suite.action-required";
468
+ readonly type: "github.check-run.waiting";
127
469
  };
128
- readonly githubCheckSuiteCancelled: {
470
+ readonly githubCheckSuiteActionRequired: {
471
+ readonly account: {
472
+ readonly connectionOptions: readonly [{
473
+ readonly requiredScopes: readonly ["checks:read"];
474
+ }];
475
+ readonly serviceId: "github";
476
+ };
477
+ readonly type: "github.check-suite.action-required";
478
+ };
479
+ readonly githubCheckSuiteCancelled: {
480
+ readonly account: {
481
+ readonly connectionOptions: readonly [{
482
+ readonly requiredScopes: readonly ["checks:read"];
483
+ }];
484
+ readonly serviceId: "github";
485
+ };
486
+ readonly type: "github.check-suite.cancelled";
487
+ };
488
+ readonly githubCheckSuiteCompleted: {
489
+ readonly account: {
490
+ readonly connectionOptions: readonly [{
491
+ readonly requiredScopes: readonly ["checks:read"];
492
+ }];
493
+ readonly serviceId: "github";
494
+ };
495
+ readonly type: "github.check-suite.completed";
496
+ };
497
+ readonly githubCheckSuiteEvent: {
498
+ readonly account: {
499
+ readonly connectionOptions: readonly [{
500
+ readonly requiredScopes: readonly ["checks:read"];
501
+ }];
502
+ readonly serviceId: "github";
503
+ };
504
+ readonly type: "github.check-suite.event";
505
+ };
506
+ readonly githubCheckSuiteFailed: {
507
+ readonly account: {
508
+ readonly connectionOptions: readonly [{
509
+ readonly requiredScopes: readonly ["checks:read"];
510
+ }];
511
+ readonly serviceId: "github";
512
+ };
513
+ readonly type: "github.check-suite.failed";
514
+ };
515
+ readonly githubCheckSuiteNeutral: {
516
+ readonly account: {
517
+ readonly connectionOptions: readonly [{
518
+ readonly requiredScopes: readonly ["checks:read"];
519
+ }];
520
+ readonly serviceId: "github";
521
+ };
522
+ readonly type: "github.check-suite.neutral";
523
+ };
524
+ readonly githubCheckSuiteRerequested: {
525
+ readonly account: {
526
+ readonly connectionOptions: readonly [{
527
+ readonly requiredScopes: readonly ["checks:write"];
528
+ }];
529
+ readonly serviceId: "github";
530
+ };
531
+ readonly type: "github.check-suite.rerequested";
532
+ };
533
+ readonly githubCheckSuiteRequested: {
534
+ readonly account: {
535
+ readonly connectionOptions: readonly [{
536
+ readonly requiredScopes: readonly ["checks:write"];
537
+ }];
538
+ readonly serviceId: "github";
539
+ };
540
+ readonly type: "github.check-suite.requested";
541
+ };
542
+ readonly githubCheckSuiteSkipped: {
543
+ readonly account: {
544
+ readonly connectionOptions: readonly [{
545
+ readonly requiredScopes: readonly ["checks:read"];
546
+ }];
547
+ readonly serviceId: "github";
548
+ };
549
+ readonly type: "github.check-suite.skipped";
550
+ };
551
+ readonly githubCheckSuiteStale: {
129
552
  readonly account: {
130
553
  readonly connectionOptions: readonly [{
131
554
  readonly requiredScopes: readonly ["checks:read"];
132
555
  }];
133
556
  readonly serviceId: "github";
134
557
  };
135
- readonly type: "github.check-suite.cancelled";
558
+ readonly type: "github.check-suite.stale";
559
+ };
560
+ readonly githubCheckSuiteSucceeded: {
561
+ readonly account: {
562
+ readonly connectionOptions: readonly [{
563
+ readonly requiredScopes: readonly ["checks:read"];
564
+ }];
565
+ readonly serviceId: "github";
566
+ };
567
+ readonly type: "github.check-suite.succeeded";
568
+ };
569
+ readonly githubCheckSuiteStartupFailed: {
570
+ readonly account: {
571
+ readonly connectionOptions: readonly [{
572
+ readonly requiredScopes: readonly ["checks:read"];
573
+ }];
574
+ readonly serviceId: "github";
575
+ };
576
+ readonly type: "github.check-suite.startup-failed";
577
+ };
578
+ readonly githubCheckSuiteTimedOut: {
579
+ readonly account: {
580
+ readonly connectionOptions: readonly [{
581
+ readonly requiredScopes: readonly ["checks:read"];
582
+ }];
583
+ readonly serviceId: "github";
584
+ };
585
+ readonly type: "github.check-suite.timed-out";
586
+ };
587
+ readonly githubDeploymentCreated: {
588
+ readonly account: {
589
+ readonly connectionOptions: readonly [{
590
+ readonly requiredScopes: readonly ["deployments:read"];
591
+ }];
592
+ readonly serviceId: "github";
593
+ };
594
+ readonly type: "github.deployment.created";
595
+ };
596
+ readonly githubDeploymentStatusErrored: {
597
+ readonly account: {
598
+ readonly connectionOptions: readonly [{
599
+ readonly requiredScopes: readonly ["deployments:read"];
600
+ }];
601
+ readonly serviceId: "github";
602
+ };
603
+ readonly type: "github.deployment-status.errored";
604
+ };
605
+ readonly githubDeploymentStatusEvent: {
606
+ readonly account: {
607
+ readonly connectionOptions: readonly [{
608
+ readonly requiredScopes: readonly ["deployments:read"];
609
+ }];
610
+ readonly serviceId: "github";
611
+ };
612
+ readonly type: "github.deployment-status.event";
613
+ };
614
+ readonly githubDeploymentStatusFailed: {
615
+ readonly account: {
616
+ readonly connectionOptions: readonly [{
617
+ readonly requiredScopes: readonly ["deployments:read"];
618
+ }];
619
+ readonly serviceId: "github";
620
+ };
621
+ readonly type: "github.deployment-status.failed";
622
+ };
623
+ readonly githubDeploymentStatusPending: {
624
+ readonly account: {
625
+ readonly connectionOptions: readonly [{
626
+ readonly requiredScopes: readonly ["deployments:read"];
627
+ }];
628
+ readonly serviceId: "github";
629
+ };
630
+ readonly type: "github.deployment-status.pending";
631
+ };
632
+ readonly githubDeploymentStatusQueued: {
633
+ readonly account: {
634
+ readonly connectionOptions: readonly [{
635
+ readonly requiredScopes: readonly ["deployments:read"];
636
+ }];
637
+ readonly serviceId: "github";
638
+ };
639
+ readonly type: "github.deployment-status.queued";
640
+ };
641
+ readonly githubDeploymentStatusStarted: {
642
+ readonly account: {
643
+ readonly connectionOptions: readonly [{
644
+ readonly requiredScopes: readonly ["deployments:read"];
645
+ }];
646
+ readonly serviceId: "github";
647
+ };
648
+ readonly type: "github.deployment-status.started";
649
+ };
650
+ readonly githubDeploymentStatusSucceeded: {
651
+ readonly account: {
652
+ readonly connectionOptions: readonly [{
653
+ readonly requiredScopes: readonly ["deployments:read"];
654
+ }];
655
+ readonly serviceId: "github";
656
+ };
657
+ readonly type: "github.deployment-status.succeeded";
658
+ };
659
+ readonly githubIssueCommentCreated: {
660
+ readonly account: {
661
+ readonly connectionOptions: readonly [{
662
+ readonly requiredScopes: readonly ["issues:read"];
663
+ }];
664
+ readonly serviceId: "github";
665
+ };
666
+ readonly type: "github.issue-comment.created";
667
+ };
668
+ readonly githubIssueCommentDeleted: {
669
+ readonly account: {
670
+ readonly connectionOptions: readonly [{
671
+ readonly requiredScopes: readonly ["issues:read"];
672
+ }];
673
+ readonly serviceId: "github";
674
+ };
675
+ readonly type: "github.issue-comment.deleted";
676
+ };
677
+ readonly githubIssueCommentEdited: {
678
+ readonly account: {
679
+ readonly connectionOptions: readonly [{
680
+ readonly requiredScopes: readonly ["issues:read"];
681
+ }];
682
+ readonly serviceId: "github";
683
+ };
684
+ readonly type: "github.issue-comment.edited";
685
+ };
686
+ readonly githubIssueCommentEvent: {
687
+ readonly account: {
688
+ readonly connectionOptions: readonly [{
689
+ readonly requiredScopes: readonly ["issues:read"];
690
+ }];
691
+ readonly serviceId: "github";
692
+ };
693
+ readonly type: "github.issue-comment.event";
694
+ };
695
+ readonly githubIssueCommentPinned: {
696
+ readonly account: {
697
+ readonly connectionOptions: readonly [{
698
+ readonly requiredScopes: readonly ["issues:read"];
699
+ }];
700
+ readonly serviceId: "github";
701
+ };
702
+ readonly type: "github.issue-comment.pinned";
703
+ };
704
+ readonly githubIssueCommentUnpinned: {
705
+ readonly account: {
706
+ readonly connectionOptions: readonly [{
707
+ readonly requiredScopes: readonly ["issues:read"];
708
+ }];
709
+ readonly serviceId: "github";
710
+ };
711
+ readonly type: "github.issue-comment.unpinned";
712
+ };
713
+ readonly githubIssueAssigned: {
714
+ readonly account: {
715
+ readonly connectionOptions: readonly [{
716
+ readonly requiredScopes: readonly ["issues:read"];
717
+ }];
718
+ readonly serviceId: "github";
719
+ };
720
+ readonly type: "github.issue.assigned";
721
+ };
722
+ readonly githubIssueClosed: {
723
+ readonly account: {
724
+ readonly connectionOptions: readonly [{
725
+ readonly requiredScopes: readonly ["issues:read"];
726
+ }];
727
+ readonly serviceId: "github";
728
+ };
729
+ readonly type: "github.issue.closed";
730
+ };
731
+ readonly githubIssueDeleted: {
732
+ readonly account: {
733
+ readonly connectionOptions: readonly [{
734
+ readonly requiredScopes: readonly ["issues:read"];
735
+ }];
736
+ readonly serviceId: "github";
737
+ };
738
+ readonly type: "github.issue.deleted";
739
+ };
740
+ readonly githubIssueDemilestoned: {
741
+ readonly account: {
742
+ readonly connectionOptions: readonly [{
743
+ readonly requiredScopes: readonly ["issues:read"];
744
+ }];
745
+ readonly serviceId: "github";
746
+ };
747
+ readonly type: "github.issue.demilestoned";
748
+ };
749
+ readonly githubIssueEdited: {
750
+ readonly account: {
751
+ readonly connectionOptions: readonly [{
752
+ readonly requiredScopes: readonly ["issues:read"];
753
+ }];
754
+ readonly serviceId: "github";
755
+ };
756
+ readonly type: "github.issue.edited";
757
+ };
758
+ readonly githubIssueEvent: {
759
+ readonly account: {
760
+ readonly connectionOptions: readonly [{
761
+ readonly requiredScopes: readonly ["issues:read"];
762
+ }];
763
+ readonly serviceId: "github";
764
+ };
765
+ readonly type: "github.issue.event";
766
+ };
767
+ readonly githubIssueFieldAdded: {
768
+ readonly account: {
769
+ readonly connectionOptions: readonly [{
770
+ readonly requiredScopes: readonly ["issues:read"];
771
+ }];
772
+ readonly serviceId: "github";
773
+ };
774
+ readonly type: "github.issue.field-added";
775
+ };
776
+ readonly githubIssueFieldRemoved: {
777
+ readonly account: {
778
+ readonly connectionOptions: readonly [{
779
+ readonly requiredScopes: readonly ["issues:read"];
780
+ }];
781
+ readonly serviceId: "github";
782
+ };
783
+ readonly type: "github.issue.field-removed";
784
+ };
785
+ readonly githubIssueLabeled: {
786
+ readonly account: {
787
+ readonly connectionOptions: readonly [{
788
+ readonly requiredScopes: readonly ["issues:read"];
789
+ }];
790
+ readonly serviceId: "github";
791
+ };
792
+ readonly type: "github.issue.labeled";
793
+ };
794
+ readonly githubIssueLocked: {
795
+ readonly account: {
796
+ readonly connectionOptions: readonly [{
797
+ readonly requiredScopes: readonly ["issues:read"];
798
+ }];
799
+ readonly serviceId: "github";
800
+ };
801
+ readonly type: "github.issue.locked";
802
+ };
803
+ readonly githubIssueMilestoned: {
804
+ readonly account: {
805
+ readonly connectionOptions: readonly [{
806
+ readonly requiredScopes: readonly ["issues:read"];
807
+ }];
808
+ readonly serviceId: "github";
809
+ };
810
+ readonly type: "github.issue.milestoned";
136
811
  };
137
- readonly githubCheckSuiteCompleted: {
812
+ readonly githubIssueOpened: {
138
813
  readonly account: {
139
814
  readonly connectionOptions: readonly [{
140
- readonly requiredScopes: readonly ["checks:read"];
815
+ readonly requiredScopes: readonly ["issues:read"];
141
816
  }];
142
817
  readonly serviceId: "github";
143
818
  };
144
- readonly type: "github.check-suite.completed";
819
+ readonly type: "github.issue.opened";
145
820
  };
146
- readonly githubCheckSuiteEvent: {
821
+ readonly githubIssuePinned: {
147
822
  readonly account: {
148
823
  readonly connectionOptions: readonly [{
149
- readonly requiredScopes: readonly ["checks:read"];
824
+ readonly requiredScopes: readonly ["issues:read"];
150
825
  }];
151
826
  readonly serviceId: "github";
152
827
  };
153
- readonly type: "github.check-suite.event";
828
+ readonly type: "github.issue.pinned";
154
829
  };
155
- readonly githubCheckSuiteFailed: {
830
+ readonly githubIssueReopened: {
156
831
  readonly account: {
157
832
  readonly connectionOptions: readonly [{
158
- readonly requiredScopes: readonly ["checks:read"];
833
+ readonly requiredScopes: readonly ["issues:read"];
159
834
  }];
160
835
  readonly serviceId: "github";
161
836
  };
162
- readonly type: "github.check-suite.failed";
837
+ readonly type: "github.issue.reopened";
163
838
  };
164
- readonly githubCheckSuiteRerequested: {
839
+ readonly githubIssueTransferred: {
165
840
  readonly account: {
166
841
  readonly connectionOptions: readonly [{
167
- readonly requiredScopes: readonly ["checks:write"];
842
+ readonly requiredScopes: readonly ["issues:read"];
168
843
  }];
169
844
  readonly serviceId: "github";
170
845
  };
171
- readonly type: "github.check-suite.rerequested";
846
+ readonly type: "github.issue.transferred";
172
847
  };
173
- readonly githubCheckSuiteRequested: {
848
+ readonly githubIssueTyped: {
174
849
  readonly account: {
175
850
  readonly connectionOptions: readonly [{
176
- readonly requiredScopes: readonly ["checks:write"];
851
+ readonly requiredScopes: readonly ["issues:read"];
177
852
  }];
178
853
  readonly serviceId: "github";
179
854
  };
180
- readonly type: "github.check-suite.requested";
855
+ readonly type: "github.issue.typed";
181
856
  };
182
- readonly githubCheckSuiteSucceeded: {
857
+ readonly githubIssueUnassigned: {
183
858
  readonly account: {
184
859
  readonly connectionOptions: readonly [{
185
- readonly requiredScopes: readonly ["checks:read"];
860
+ readonly requiredScopes: readonly ["issues:read"];
186
861
  }];
187
862
  readonly serviceId: "github";
188
863
  };
189
- readonly type: "github.check-suite.succeeded";
864
+ readonly type: "github.issue.unassigned";
190
865
  };
191
- readonly githubCheckSuiteStartupFailed: {
866
+ readonly githubIssueUnlabeled: {
192
867
  readonly account: {
193
868
  readonly connectionOptions: readonly [{
194
- readonly requiredScopes: readonly ["checks:read"];
869
+ readonly requiredScopes: readonly ["issues:read"];
195
870
  }];
196
871
  readonly serviceId: "github";
197
872
  };
198
- readonly type: "github.check-suite.startup-failed";
873
+ readonly type: "github.issue.unlabeled";
199
874
  };
200
- readonly githubCheckSuiteTimedOut: {
875
+ readonly githubIssueUnlocked: {
201
876
  readonly account: {
202
877
  readonly connectionOptions: readonly [{
203
- readonly requiredScopes: readonly ["checks:read"];
878
+ readonly requiredScopes: readonly ["issues:read"];
204
879
  }];
205
880
  readonly serviceId: "github";
206
881
  };
207
- readonly type: "github.check-suite.timed-out";
882
+ readonly type: "github.issue.unlocked";
208
883
  };
209
- readonly githubDeploymentCreated: {
884
+ readonly githubIssueUnpinned: {
210
885
  readonly account: {
211
886
  readonly connectionOptions: readonly [{
212
- readonly requiredScopes: readonly ["deployments:read"];
887
+ readonly requiredScopes: readonly ["issues:read"];
213
888
  }];
214
889
  readonly serviceId: "github";
215
890
  };
216
- readonly type: "github.deployment.created";
891
+ readonly type: "github.issue.unpinned";
217
892
  };
218
- readonly githubDeploymentStatusErrored: {
893
+ readonly githubIssueUntyped: {
219
894
  readonly account: {
220
895
  readonly connectionOptions: readonly [{
221
- readonly requiredScopes: readonly ["deployments:read"];
896
+ readonly requiredScopes: readonly ["issues:read"];
222
897
  }];
223
898
  readonly serviceId: "github";
224
899
  };
225
- readonly type: "github.deployment-status.errored";
900
+ readonly type: "github.issue.untyped";
226
901
  };
227
- readonly githubDeploymentStatusEvent: {
902
+ readonly githubPullRequestAssigned: {
228
903
  readonly account: {
229
904
  readonly connectionOptions: readonly [{
230
- readonly requiredScopes: readonly ["deployments:read"];
905
+ readonly requiredScopes: readonly ["pull_requests:read"];
231
906
  }];
232
907
  readonly serviceId: "github";
233
908
  };
234
- readonly type: "github.deployment-status.event";
909
+ readonly type: "github.pull-request.assigned";
235
910
  };
236
- readonly githubDeploymentStatusFailed: {
911
+ readonly githubPullRequestAutoMergeDisabled: {
237
912
  readonly account: {
238
913
  readonly connectionOptions: readonly [{
239
- readonly requiredScopes: readonly ["deployments:read"];
914
+ readonly requiredScopes: readonly ["pull_requests:read"];
240
915
  }];
241
916
  readonly serviceId: "github";
242
917
  };
243
- readonly type: "github.deployment-status.failed";
918
+ readonly type: "github.pull-request.auto-merge-disabled";
244
919
  };
245
- readonly githubDeploymentStatusInactive: {
920
+ readonly githubPullRequestAutoMergeEnabled: {
246
921
  readonly account: {
247
922
  readonly connectionOptions: readonly [{
248
- readonly requiredScopes: readonly ["deployments:read"];
923
+ readonly requiredScopes: readonly ["pull_requests:read"];
249
924
  }];
250
925
  readonly serviceId: "github";
251
926
  };
252
- readonly type: "github.deployment-status.inactive";
927
+ readonly type: "github.pull-request.auto-merge-enabled";
253
928
  };
254
- readonly githubDeploymentStatusPending: {
929
+ readonly githubPullRequestClosed: {
255
930
  readonly account: {
256
931
  readonly connectionOptions: readonly [{
257
- readonly requiredScopes: readonly ["deployments:read"];
932
+ readonly requiredScopes: readonly ["pull_requests:read"];
258
933
  }];
259
934
  readonly serviceId: "github";
260
935
  };
261
- readonly type: "github.deployment-status.pending";
936
+ readonly type: "github.pull-request.closed";
262
937
  };
263
- readonly githubDeploymentStatusQueued: {
938
+ readonly githubPullRequestConvertedToDraft: {
264
939
  readonly account: {
265
940
  readonly connectionOptions: readonly [{
266
- readonly requiredScopes: readonly ["deployments:read"];
941
+ readonly requiredScopes: readonly ["pull_requests:read"];
267
942
  }];
268
943
  readonly serviceId: "github";
269
944
  };
270
- readonly type: "github.deployment-status.queued";
945
+ readonly type: "github.pull-request.converted-to-draft";
271
946
  };
272
- readonly githubDeploymentStatusStarted: {
947
+ readonly githubPullRequestDemilestoned: {
273
948
  readonly account: {
274
949
  readonly connectionOptions: readonly [{
275
- readonly requiredScopes: readonly ["deployments:read"];
950
+ readonly requiredScopes: readonly ["pull_requests:read"];
276
951
  }];
277
952
  readonly serviceId: "github";
278
953
  };
279
- readonly type: "github.deployment-status.started";
954
+ readonly type: "github.pull-request.demilestoned";
280
955
  };
281
- readonly githubDeploymentStatusSucceeded: {
956
+ readonly githubPullRequestDequeued: {
282
957
  readonly account: {
283
958
  readonly connectionOptions: readonly [{
284
- readonly requiredScopes: readonly ["deployments:read"];
959
+ readonly requiredScopes: readonly ["pull_requests:read"];
285
960
  }];
286
961
  readonly serviceId: "github";
287
962
  };
288
- readonly type: "github.deployment-status.succeeded";
963
+ readonly type: "github.pull-request.dequeued";
289
964
  };
290
- readonly githubIssueCommentCreated: {
965
+ readonly githubPullRequestEdited: {
291
966
  readonly account: {
292
967
  readonly connectionOptions: readonly [{
293
- readonly requiredScopes: readonly ["issues:read"];
968
+ readonly requiredScopes: readonly ["pull_requests:read"];
294
969
  }];
295
970
  readonly serviceId: "github";
296
971
  };
297
- readonly type: "github.issue-comment.created";
972
+ readonly type: "github.pull-request.edited";
298
973
  };
299
- readonly githubIssueCommentDeleted: {
974
+ readonly githubPullRequestEnqueued: {
300
975
  readonly account: {
301
976
  readonly connectionOptions: readonly [{
302
- readonly requiredScopes: readonly ["issues:read"];
977
+ readonly requiredScopes: readonly ["pull_requests:read"];
303
978
  }];
304
979
  readonly serviceId: "github";
305
980
  };
306
- readonly type: "github.issue-comment.deleted";
981
+ readonly type: "github.pull-request.enqueued";
307
982
  };
308
- readonly githubIssueCommentEdited: {
983
+ readonly githubPullRequestEvent: {
309
984
  readonly account: {
310
985
  readonly connectionOptions: readonly [{
311
- readonly requiredScopes: readonly ["issues:read"];
986
+ readonly requiredScopes: readonly ["pull_requests:read"];
312
987
  }];
313
988
  readonly serviceId: "github";
314
989
  };
315
- readonly type: "github.issue-comment.edited";
990
+ readonly type: "github.pull-request.event";
316
991
  };
317
- readonly githubIssueCommentEvent: {
992
+ readonly githubPullRequestMerged: {
318
993
  readonly account: {
319
994
  readonly connectionOptions: readonly [{
320
- readonly requiredScopes: readonly ["issues:read"];
995
+ readonly requiredScopes: readonly ["pull_requests:read"];
321
996
  }];
322
997
  readonly serviceId: "github";
323
998
  };
324
- readonly type: "github.issue-comment.event";
999
+ readonly type: "github.pull-request.merged";
325
1000
  };
326
- readonly githubIssueClosed: {
1001
+ readonly githubPullRequestLabeled: {
327
1002
  readonly account: {
328
1003
  readonly connectionOptions: readonly [{
329
- readonly requiredScopes: readonly ["issues:read"];
1004
+ readonly requiredScopes: readonly ["pull_requests:read"];
330
1005
  }];
331
1006
  readonly serviceId: "github";
332
1007
  };
333
- readonly type: "github.issue.closed";
1008
+ readonly type: "github.pull-request.labeled";
334
1009
  };
335
- readonly githubIssueEvent: {
1010
+ readonly githubPullRequestLocked: {
336
1011
  readonly account: {
337
1012
  readonly connectionOptions: readonly [{
338
- readonly requiredScopes: readonly ["issues:read"];
1013
+ readonly requiredScopes: readonly ["pull_requests:read"];
339
1014
  }];
340
1015
  readonly serviceId: "github";
341
1016
  };
342
- readonly type: "github.issue.event";
1017
+ readonly type: "github.pull-request.locked";
343
1018
  };
344
- readonly githubIssueOpened: {
1019
+ readonly githubPullRequestMilestoned: {
345
1020
  readonly account: {
346
1021
  readonly connectionOptions: readonly [{
347
- readonly requiredScopes: readonly ["issues:read"];
1022
+ readonly requiredScopes: readonly ["pull_requests:read"];
348
1023
  }];
349
1024
  readonly serviceId: "github";
350
1025
  };
351
- readonly type: "github.issue.opened";
1026
+ readonly type: "github.pull-request.milestoned";
352
1027
  };
353
- readonly githubIssueReopened: {
1028
+ readonly githubPullRequestOpened: {
354
1029
  readonly account: {
355
1030
  readonly connectionOptions: readonly [{
356
- readonly requiredScopes: readonly ["issues:read"];
1031
+ readonly requiredScopes: readonly ["pull_requests:read"];
357
1032
  }];
358
1033
  readonly serviceId: "github";
359
1034
  };
360
- readonly type: "github.issue.reopened";
1035
+ readonly type: "github.pull-request.opened";
361
1036
  };
362
- readonly githubPullRequestClosed: {
1037
+ readonly githubPullRequestReadyForReview: {
363
1038
  readonly account: {
364
1039
  readonly connectionOptions: readonly [{
365
1040
  readonly requiredScopes: readonly ["pull_requests:read"];
366
1041
  }];
367
1042
  readonly serviceId: "github";
368
1043
  };
369
- readonly type: "github.pull-request.closed";
1044
+ readonly type: "github.pull-request.ready-for-review";
370
1045
  };
371
- readonly githubPullRequestEvent: {
1046
+ readonly githubPullRequestReopened: {
372
1047
  readonly account: {
373
1048
  readonly connectionOptions: readonly [{
374
1049
  readonly requiredScopes: readonly ["pull_requests:read"];
375
1050
  }];
376
1051
  readonly serviceId: "github";
377
1052
  };
378
- readonly type: "github.pull-request.event";
1053
+ readonly type: "github.pull-request.reopened";
379
1054
  };
380
- readonly githubPullRequestMerged: {
1055
+ readonly githubPullRequestReviewRequestRemoved: {
381
1056
  readonly account: {
382
1057
  readonly connectionOptions: readonly [{
383
1058
  readonly requiredScopes: readonly ["pull_requests:read"];
384
1059
  }];
385
1060
  readonly serviceId: "github";
386
1061
  };
387
- readonly type: "github.pull-request.merged";
1062
+ readonly type: "github.pull-request.review-request-removed";
388
1063
  };
389
- readonly githubPullRequestOpened: {
1064
+ readonly githubPullRequestReviewRequested: {
390
1065
  readonly account: {
391
1066
  readonly connectionOptions: readonly [{
392
1067
  readonly requiredScopes: readonly ["pull_requests:read"];
393
1068
  }];
394
1069
  readonly serviceId: "github";
395
1070
  };
396
- readonly type: "github.pull-request.opened";
1071
+ readonly type: "github.pull-request.review-requested";
397
1072
  };
398
- readonly githubPullRequestReadyForReview: {
1073
+ readonly githubPullRequestStacked: {
399
1074
  readonly account: {
400
1075
  readonly connectionOptions: readonly [{
401
1076
  readonly requiredScopes: readonly ["pull_requests:read"];
402
1077
  }];
403
1078
  readonly serviceId: "github";
404
1079
  };
405
- readonly type: "github.pull-request.ready-for-review";
1080
+ readonly type: "github.pull-request.stacked";
406
1081
  };
407
1082
  readonly githubPullRequestReviewApproved: {
408
1083
  readonly account: {
@@ -432,6 +1107,15 @@ export declare const githubTriggerDefinitions: {
432
1107
  };
433
1108
  readonly type: "github.pull-request-review.dismissed";
434
1109
  };
1110
+ readonly githubPullRequestReviewEdited: {
1111
+ readonly account: {
1112
+ readonly connectionOptions: readonly [{
1113
+ readonly requiredScopes: readonly ["pull_requests:read"];
1114
+ }];
1115
+ readonly serviceId: "github";
1116
+ };
1117
+ readonly type: "github.pull-request-review.edited";
1118
+ };
435
1119
  readonly githubPullRequestReviewEvent: {
436
1120
  readonly account: {
437
1121
  readonly connectionOptions: readonly [{
@@ -495,6 +1179,33 @@ export declare const githubTriggerDefinitions: {
495
1179
  };
496
1180
  readonly type: "github.pull-request.synchronized";
497
1181
  };
1182
+ readonly githubPullRequestUnassigned: {
1183
+ readonly account: {
1184
+ readonly connectionOptions: readonly [{
1185
+ readonly requiredScopes: readonly ["pull_requests:read"];
1186
+ }];
1187
+ readonly serviceId: "github";
1188
+ };
1189
+ readonly type: "github.pull-request.unassigned";
1190
+ };
1191
+ readonly githubPullRequestUnlabeled: {
1192
+ readonly account: {
1193
+ readonly connectionOptions: readonly [{
1194
+ readonly requiredScopes: readonly ["pull_requests:read"];
1195
+ }];
1196
+ readonly serviceId: "github";
1197
+ };
1198
+ readonly type: "github.pull-request.unlabeled";
1199
+ };
1200
+ readonly githubPullRequestUnlocked: {
1201
+ readonly account: {
1202
+ readonly connectionOptions: readonly [{
1203
+ readonly requiredScopes: readonly ["pull_requests:read"];
1204
+ }];
1205
+ readonly serviceId: "github";
1206
+ };
1207
+ readonly type: "github.pull-request.unlocked";
1208
+ };
498
1209
  readonly githubPush: {
499
1210
  readonly account: {
500
1211
  readonly connectionOptions: readonly [{
@@ -504,6 +1215,33 @@ export declare const githubTriggerDefinitions: {
504
1215
  };
505
1216
  readonly type: "github.push";
506
1217
  };
1218
+ readonly githubReleaseCreated: {
1219
+ readonly account: {
1220
+ readonly connectionOptions: readonly [{
1221
+ readonly requiredScopes: readonly ["contents:read"];
1222
+ }];
1223
+ readonly serviceId: "github";
1224
+ };
1225
+ readonly type: "github.release.created";
1226
+ };
1227
+ readonly githubReleaseDeleted: {
1228
+ readonly account: {
1229
+ readonly connectionOptions: readonly [{
1230
+ readonly requiredScopes: readonly ["contents:read"];
1231
+ }];
1232
+ readonly serviceId: "github";
1233
+ };
1234
+ readonly type: "github.release.deleted";
1235
+ };
1236
+ readonly githubReleaseEdited: {
1237
+ readonly account: {
1238
+ readonly connectionOptions: readonly [{
1239
+ readonly requiredScopes: readonly ["contents:read"];
1240
+ }];
1241
+ readonly serviceId: "github";
1242
+ };
1243
+ readonly type: "github.release.edited";
1244
+ };
507
1245
  readonly githubReleaseEvent: {
508
1246
  readonly account: {
509
1247
  readonly connectionOptions: readonly [{
@@ -513,6 +1251,15 @@ export declare const githubTriggerDefinitions: {
513
1251
  };
514
1252
  readonly type: "github.release.event";
515
1253
  };
1254
+ readonly githubReleasePrereleased: {
1255
+ readonly account: {
1256
+ readonly connectionOptions: readonly [{
1257
+ readonly requiredScopes: readonly ["contents:read"];
1258
+ }];
1259
+ readonly serviceId: "github";
1260
+ };
1261
+ readonly type: "github.release.prereleased";
1262
+ };
516
1263
  readonly githubReleasePublished: {
517
1264
  readonly account: {
518
1265
  readonly connectionOptions: readonly [{
@@ -522,6 +1269,24 @@ export declare const githubTriggerDefinitions: {
522
1269
  };
523
1270
  readonly type: "github.release.published";
524
1271
  };
1272
+ readonly githubReleaseReleased: {
1273
+ readonly account: {
1274
+ readonly connectionOptions: readonly [{
1275
+ readonly requiredScopes: readonly ["contents:read"];
1276
+ }];
1277
+ readonly serviceId: "github";
1278
+ };
1279
+ readonly type: "github.release.released";
1280
+ };
1281
+ readonly githubReleaseUnpublished: {
1282
+ readonly account: {
1283
+ readonly connectionOptions: readonly [{
1284
+ readonly requiredScopes: readonly ["contents:read"];
1285
+ }];
1286
+ readonly serviceId: "github";
1287
+ };
1288
+ readonly type: "github.release.unpublished";
1289
+ };
525
1290
  readonly githubRefCreated: {
526
1291
  readonly account: {
527
1292
  readonly connectionOptions: readonly [{
@@ -621,6 +1386,15 @@ export declare const githubTriggerDefinitions: {
621
1386
  };
622
1387
  readonly type: "github.workflow-dispatch";
623
1388
  };
1389
+ readonly githubWorkflowJobActionRequired: {
1390
+ readonly account: {
1391
+ readonly connectionOptions: readonly [{
1392
+ readonly requiredScopes: readonly ["actions:read"];
1393
+ }];
1394
+ readonly serviceId: "github";
1395
+ };
1396
+ readonly type: "github.workflow-job.action-required";
1397
+ };
624
1398
  readonly githubWorkflowJobCancelled: {
625
1399
  readonly account: {
626
1400
  readonly connectionOptions: readonly [{
@@ -657,6 +1431,15 @@ export declare const githubTriggerDefinitions: {
657
1431
  };
658
1432
  readonly type: "github.workflow-job.failed";
659
1433
  };
1434
+ readonly githubWorkflowJobNeutral: {
1435
+ readonly account: {
1436
+ readonly connectionOptions: readonly [{
1437
+ readonly requiredScopes: readonly ["actions:read"];
1438
+ }];
1439
+ readonly serviceId: "github";
1440
+ };
1441
+ readonly type: "github.workflow-job.neutral";
1442
+ };
660
1443
  readonly githubWorkflowJobQueued: {
661
1444
  readonly account: {
662
1445
  readonly connectionOptions: readonly [{
@@ -666,6 +1449,15 @@ export declare const githubTriggerDefinitions: {
666
1449
  };
667
1450
  readonly type: "github.workflow-job.queued";
668
1451
  };
1452
+ readonly githubWorkflowJobSkipped: {
1453
+ readonly account: {
1454
+ readonly connectionOptions: readonly [{
1455
+ readonly requiredScopes: readonly ["actions:read"];
1456
+ }];
1457
+ readonly serviceId: "github";
1458
+ };
1459
+ readonly type: "github.workflow-job.skipped";
1460
+ };
669
1461
  readonly githubWorkflowJobStarted: {
670
1462
  readonly account: {
671
1463
  readonly connectionOptions: readonly [{
@@ -702,6 +1494,15 @@ export declare const githubTriggerDefinitions: {
702
1494
  };
703
1495
  readonly type: "github.workflow-job.waiting";
704
1496
  };
1497
+ readonly githubWorkflowRunActionRequired: {
1498
+ readonly account: {
1499
+ readonly connectionOptions: readonly [{
1500
+ readonly requiredScopes: readonly ["actions:read"];
1501
+ }];
1502
+ readonly serviceId: "github";
1503
+ };
1504
+ readonly type: "github.workflow-run.action-required";
1505
+ };
705
1506
  readonly githubWorkflowRunCancelled: {
706
1507
  readonly account: {
707
1508
  readonly connectionOptions: readonly [{
@@ -738,6 +1539,15 @@ export declare const githubTriggerDefinitions: {
738
1539
  };
739
1540
  readonly type: "github.workflow-run.failed";
740
1541
  };
1542
+ readonly githubWorkflowRunNeutral: {
1543
+ readonly account: {
1544
+ readonly connectionOptions: readonly [{
1545
+ readonly requiredScopes: readonly ["actions:read"];
1546
+ }];
1547
+ readonly serviceId: "github";
1548
+ };
1549
+ readonly type: "github.workflow-run.neutral";
1550
+ };
741
1551
  readonly githubWorkflowRunRequested: {
742
1552
  readonly account: {
743
1553
  readonly connectionOptions: readonly [{
@@ -747,6 +1557,24 @@ export declare const githubTriggerDefinitions: {
747
1557
  };
748
1558
  readonly type: "github.workflow-run.requested";
749
1559
  };
1560
+ readonly githubWorkflowRunSkipped: {
1561
+ readonly account: {
1562
+ readonly connectionOptions: readonly [{
1563
+ readonly requiredScopes: readonly ["actions:read"];
1564
+ }];
1565
+ readonly serviceId: "github";
1566
+ };
1567
+ readonly type: "github.workflow-run.skipped";
1568
+ };
1569
+ readonly githubWorkflowRunStale: {
1570
+ readonly account: {
1571
+ readonly connectionOptions: readonly [{
1572
+ readonly requiredScopes: readonly ["actions:read"];
1573
+ }];
1574
+ readonly serviceId: "github";
1575
+ };
1576
+ readonly type: "github.workflow-run.stale";
1577
+ };
750
1578
  readonly githubWorkflowRunStarted: {
751
1579
  readonly account: {
752
1580
  readonly connectionOptions: readonly [{
@@ -756,6 +1584,15 @@ export declare const githubTriggerDefinitions: {
756
1584
  };
757
1585
  readonly type: "github.workflow-run.started";
758
1586
  };
1587
+ readonly githubWorkflowRunStartupFailed: {
1588
+ readonly account: {
1589
+ readonly connectionOptions: readonly [{
1590
+ readonly requiredScopes: readonly ["actions:read"];
1591
+ }];
1592
+ readonly serviceId: "github";
1593
+ };
1594
+ readonly type: "github.workflow-run.startup-failed";
1595
+ };
759
1596
  readonly githubWorkflowRunSucceeded: {
760
1597
  readonly account: {
761
1598
  readonly connectionOptions: readonly [{
@@ -765,4 +1602,13 @@ export declare const githubTriggerDefinitions: {
765
1602
  };
766
1603
  readonly type: "github.workflow-run.succeeded";
767
1604
  };
1605
+ readonly githubWorkflowRunTimedOut: {
1606
+ readonly account: {
1607
+ readonly connectionOptions: readonly [{
1608
+ readonly requiredScopes: readonly ["actions:read"];
1609
+ }];
1610
+ readonly serviceId: "github";
1611
+ };
1612
+ readonly type: "github.workflow-run.timed-out";
1613
+ };
768
1614
  };