@activepieces/piece-github 0.5.1 → 0.5.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.
@@ -8,6 +8,8 @@ var GithubEventType;
8
8
  GithubEventType["STAR"] = "star";
9
9
  GithubEventType["ISSUES"] = "issues";
10
10
  GithubEventType["PUSH"] = "push";
11
+ GithubEventType["DISCUSSION"] = "discussion";
12
+ GithubEventType["DISCUSSION_COMMENT"] = "discussion_comment";
11
13
  })(GithubEventType || (exports.GithubEventType = GithubEventType = {}));
12
14
  exports.registered = [
13
15
  {
@@ -199,9 +201,9 @@ exports.registered = [
199
201
  },
200
202
  sender: {
201
203
  login: 'activepieces',
202
- id: 383262,
204
+ id: 1234,
203
205
  node_id: 'MDQ6VXNlcjM5MzI2MQ==',
204
- avatar_url: 'https://avatars.githubusercontent.com/u/383262?v=4',
206
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234?v=4',
205
207
  gravatar_id: '',
206
208
  url: 'https://api.github.com/users/activepieces',
207
209
  html_url: 'https://github.com/activepieces',
@@ -328,9 +330,9 @@ exports.registered = [
328
330
  },
329
331
  sender: {
330
332
  login: 'activepieces',
331
- id: 383262,
333
+ id: 1234,
332
334
  node_id: 'MDQ6VXNlcjM5MzI2MQ==',
333
- avatar_url: 'https://avatars.githubusercontent.com/u/383262?v=4',
335
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234?v=4',
334
336
  gravatar_id: '',
335
337
  url: 'https://api.github.com/users/activepieces',
336
338
  html_url: 'https://github.com/activepieces',
@@ -516,9 +518,9 @@ exports.registered = [
516
518
  },
517
519
  sender: {
518
520
  login: 'activepieces',
519
- id: 383262,
521
+ id: 1234,
520
522
  node_id: 'MDQ6VXNlcjM5MzI2MQ==',
521
- avatar_url: 'https://avatars.githubusercontent.com/u/383262?v=4',
523
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234?v=4',
522
524
  gravatar_id: '',
523
525
  url: 'https://api.github.com/users/activepieces',
524
526
  html_url: 'https://github.com/activepieces',
@@ -683,9 +685,9 @@ exports.registered = [
683
685
  },
684
686
  sender: {
685
687
  login: 'activepieces',
686
- id: 383262,
688
+ id: 1234,
687
689
  node_id: 'MDQ6VXNlcjM5MzI2MQ==',
688
- avatar_url: 'https://avatars.githubusercontent.com/u/383262?v=4',
690
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234?v=4',
689
691
  gravatar_id: '',
690
692
  url: 'https://api.github.com/users/activepieces',
691
693
  html_url: 'https://github.com/activepieces',
@@ -703,6 +705,486 @@ exports.registered = [
703
705
  },
704
706
  },
705
707
  },
708
+ {
709
+ name: GithubEventType.DISCUSSION,
710
+ displayName: 'New Discussion',
711
+ description: 'Triggers when there is activity relating to a discussion.',
712
+ sampleData: {
713
+ action: 'created',
714
+ discussion: {
715
+ repository_url: 'https://api.github.com/repos/my-org/Topics',
716
+ category: {
717
+ id: 1234567890,
718
+ node_id: 'DIC_kwDOBJHGx84CWC0J',
719
+ repository_id: 1234567890,
720
+ emoji: ':speech_balloon:',
721
+ name: 'Discussions',
722
+ description: 'Use “Saved replies” as templates. Type “/saved replies” in text field to get started',
723
+ created_at: '2023-04-25T17:47:04.000+02:00',
724
+ updated_at: '2023-05-03T14:04:13.000+02:00',
725
+ slug: 'discussions',
726
+ is_answerable: true,
727
+ },
728
+ answer_html_url: null,
729
+ answer_chosen_at: null,
730
+ answer_chosen_by: null,
731
+ html_url: 'https://github.com/my-org/Topics/discussions/1234567890',
732
+ id: 1234567890,
733
+ node_id: 'D_kwDOBJHGx84AgH6R',
734
+ number: 1234567890,
735
+ title: 'TEST',
736
+ user: {
737
+ login: 'BenBen',
738
+ id: 1234567890,
739
+ node_id: 'MDQ6VXNlcjQyODMxNjA2',
740
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234567890?v=4',
741
+ gravatar_id: '',
742
+ url: 'https://api.github.com/users/BenBen',
743
+ html_url: 'https://github.com/BenBen',
744
+ followers_url: 'https://api.github.com/users/BenBen/followers',
745
+ following_url: 'https://api.github.com/users/BenBen/following{/other_user}',
746
+ gists_url: 'https://api.github.com/users/BenBen/gists{/gist_id}',
747
+ starred_url: 'https://api.github.com/users/BenBen/starred{/owner}{/repo}',
748
+ subscriptions_url: 'https://api.github.com/users/BenBen/subscriptions',
749
+ organizations_url: 'https://api.github.com/users/BenBen/orgs',
750
+ repos_url: 'https://api.github.com/users/BenBen/repos',
751
+ events_url: 'https://api.github.com/users/BenBen/events{/privacy}',
752
+ received_events_url: 'https://api.github.com/users/BenBen/received_events',
753
+ type: 'User',
754
+ user_view_type: 'public',
755
+ site_admin: false,
756
+ },
757
+ labels: [],
758
+ state: 'open',
759
+ state_reason: null,
760
+ locked: false,
761
+ comments: 0,
762
+ created_at: '2025-06-05T13:25:58Z',
763
+ updated_at: '2025-06-05T13:25:58Z',
764
+ author_association: 'NONE',
765
+ active_lock_reason: null,
766
+ body: 'TEST @coach',
767
+ reactions: {
768
+ url: 'https://api.github.com/repos/my-org/Topics/discussions/1234567890/reactions',
769
+ total_count: 0,
770
+ '+1': 0,
771
+ '-1': 0,
772
+ laugh: 0,
773
+ hooray: 0,
774
+ confused: 0,
775
+ heart: 0,
776
+ rocket: 0,
777
+ eyes: 0,
778
+ },
779
+ timeline_url: 'https://api.github.com/repos/my-org/Topics/discussions/1234567890/timeline',
780
+ },
781
+ repository: {
782
+ id: 1234567890,
783
+ node_id: 'MDEwOlJlcG9zaXRvcnk3NjY2MjQ3MQ==',
784
+ name: 'Topics',
785
+ full_name: 'my-org/Topics',
786
+ private: true,
787
+ owner: {
788
+ login: 'my-org',
789
+ id: 1234567890,
790
+ node_id: 'MDEyOk9yZ2FuaXphdGlvbjE4MTc1MzI5',
791
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234567890?v=4',
792
+ gravatar_id: '',
793
+ url: 'https://api.github.com/users/my-org',
794
+ html_url: 'https://github.com/my-org',
795
+ followers_url: 'https://api.github.com/users/my-org/followers',
796
+ following_url: 'https://api.github.com/users/my-org/following{/other_user}',
797
+ gists_url: 'https://api.github.com/users/my-org/gists{/gist_id}',
798
+ starred_url: 'https://api.github.com/users/my-org/starred{/owner}{/repo}',
799
+ subscriptions_url: 'https://api.github.com/users/my-org/subscriptions',
800
+ organizations_url: 'https://api.github.com/users/my-org/orgs',
801
+ repos_url: 'https://api.github.com/users/my-org/repos',
802
+ events_url: 'https://api.github.com/users/my-org/events{/privacy}',
803
+ received_events_url: 'https://api.github.com/users/my-org/received_events',
804
+ type: 'Organization',
805
+ user_view_type: 'public',
806
+ site_admin: false,
807
+ },
808
+ html_url: 'https://github.com/my-org/Topics',
809
+ description: 'The My-ORG Issue repository ',
810
+ fork: false,
811
+ url: 'https://api.github.com/repos/my-org/Topics',
812
+ forks_url: 'https://api.github.com/repos/my-org/Topics/forks',
813
+ keys_url: 'https://api.github.com/repos/my-org/Topics/keys{/key_id}',
814
+ collaborators_url: 'https://api.github.com/repos/my-org/Topics/collaborators{/collaborator}',
815
+ teams_url: 'https://api.github.com/repos/my-org/Topics/teams',
816
+ hooks_url: 'https://api.github.com/repos/my-org/Topics/hooks',
817
+ issue_events_url: 'https://api.github.com/repos/my-org/Topics/issues/events{/number}',
818
+ events_url: 'https://api.github.com/repos/my-org/Topics/events',
819
+ assignees_url: 'https://api.github.com/repos/my-org/Topics/assignees{/user}',
820
+ branches_url: 'https://api.github.com/repos/my-org/Topics/branches{/branch}',
821
+ tags_url: 'https://api.github.com/repos/my-org/Topics/tags',
822
+ blobs_url: 'https://api.github.com/repos/my-org/Topics/git/blobs{/sha}',
823
+ git_tags_url: 'https://api.github.com/repos/my-org/Topics/git/tags{/sha}',
824
+ git_refs_url: 'https://api.github.com/repos/my-org/Topics/git/refs{/sha}',
825
+ trees_url: 'https://api.github.com/repos/my-org/Topics/git/trees{/sha}',
826
+ statuses_url: 'https://api.github.com/repos/my-org/Topics/statuses/{sha}',
827
+ languages_url: 'https://api.github.com/repos/my-org/Topics/languages',
828
+ stargazers_url: 'https://api.github.com/repos/my-org/Topics/stargazers',
829
+ contributors_url: 'https://api.github.com/repos/my-org/Topics/contributors',
830
+ subscribers_url: 'https://api.github.com/repos/my-org/Topics/subscribers',
831
+ subscription_url: 'https://api.github.com/repos/my-org/Topics/subscription',
832
+ commits_url: 'https://api.github.com/repos/my-org/Topics/commits{/sha}',
833
+ git_commits_url: 'https://api.github.com/repos/my-org/Topics/git/commits{/sha}',
834
+ comments_url: 'https://api.github.com/repos/my-org/Topics/comments{/number}',
835
+ issue_comment_url: 'https://api.github.com/repos/my-org/Topics/issues/comments{/number}',
836
+ contents_url: 'https://api.github.com/repos/my-org/Topics/contents/{+path}',
837
+ compare_url: 'https://api.github.com/repos/my-org/Topics/compare/{base}...{head}',
838
+ merges_url: 'https://api.github.com/repos/my-org/Topics/merges',
839
+ archive_url: 'https://api.github.com/repos/my-org/Topics/{archive_format}{/ref}',
840
+ downloads_url: 'https://api.github.com/repos/my-org/Topics/downloads',
841
+ issues_url: 'https://api.github.com/repos/my-org/Topics/issues{/number}',
842
+ pulls_url: 'https://api.github.com/repos/my-org/Topics/pulls{/number}',
843
+ milestones_url: 'https://api.github.com/repos/my-org/Topics/milestones{/number}',
844
+ notifications_url: 'https://api.github.com/repos/my-org/Topics/notifications{?since,all,participating}',
845
+ labels_url: 'https://api.github.com/repos/my-org/Topics/labels{/name}',
846
+ releases_url: 'https://api.github.com/repos/my-org/Topics/releases{/id}',
847
+ deployments_url: 'https://api.github.com/repos/my-org/Topics/deployments',
848
+ created_at: '2016-12-16T15:05:45Z',
849
+ updated_at: '2025-05-12T15:04:29Z',
850
+ pushed_at: '2024-03-11T10:31:39Z',
851
+ git_url: 'git://github.com/my-org/Topics.git',
852
+ ssh_url: 'git@github.com:my-org/Topics.git',
853
+ clone_url: 'https://github.com/my-org/Topics.git',
854
+ svn_url: 'https://github.com/my-org/Topics',
855
+ homepage: '',
856
+ size: 2305,
857
+ stargazers_count: 64,
858
+ watchers_count: 64,
859
+ language: null,
860
+ has_issues: true,
861
+ has_projects: true,
862
+ has_downloads: true,
863
+ has_wiki: true,
864
+ has_pages: false,
865
+ has_discussions: true,
866
+ forks_count: 0,
867
+ mirror_url: null,
868
+ archived: false,
869
+ disabled: false,
870
+ open_issues_count: 2,
871
+ license: null,
872
+ allow_forking: true,
873
+ is_template: false,
874
+ web_commit_signoff_required: false,
875
+ topics: [],
876
+ visibility: 'private',
877
+ forks: 0,
878
+ open_issues: 2,
879
+ watchers: 64,
880
+ default_branch: 'master',
881
+ custom_properties: {},
882
+ },
883
+ organization: {
884
+ login: 'my-org',
885
+ id: 1234567890,
886
+ node_id: 'MDEyOk9yZ2FuaXphdGlvbjE4MTc1MzI5',
887
+ url: 'https://api.github.com/orgs/my-org',
888
+ repos_url: 'https://api.github.com/orgs/my-org/repos',
889
+ events_url: 'https://api.github.com/orgs/my-org/events',
890
+ hooks_url: 'https://api.github.com/orgs/my-org/hooks',
891
+ issues_url: 'https://api.github.com/orgs/my-org/issues',
892
+ members_url: 'https://api.github.com/orgs/my-org/members{/member}',
893
+ public_members_url: 'https://api.github.com/orgs/my-org/public_members{/member}',
894
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234567890?v=4',
895
+ description: "Building Europe's all-in-one health partner",
896
+ },
897
+ sender: {
898
+ login: 'BenBen',
899
+ id: 1234567890,
900
+ node_id: 'MDQ6VXNlcjQyODMxNjA2',
901
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234567890?v=4',
902
+ gravatar_id: '',
903
+ url: 'https://api.github.com/users/BenBen',
904
+ html_url: 'https://github.com/BenBen',
905
+ followers_url: 'https://api.github.com/users/BenBen/followers',
906
+ following_url: 'https://api.github.com/users/BenBen/following{/other_user}',
907
+ gists_url: 'https://api.github.com/users/BenBen/gists{/gist_id}',
908
+ starred_url: 'https://api.github.com/users/BenBen/starred{/owner}{/repo}',
909
+ subscriptions_url: 'https://api.github.com/users/BenBen/subscriptions',
910
+ organizations_url: 'https://api.github.com/users/BenBen/orgs',
911
+ repos_url: 'https://api.github.com/users/BenBen/repos',
912
+ events_url: 'https://api.github.com/users/BenBen/events{/privacy}',
913
+ received_events_url: 'https://api.github.com/users/BenBen/received_events',
914
+ type: 'User',
915
+ user_view_type: 'public',
916
+ site_admin: false,
917
+ },
918
+ },
919
+ },
920
+ {
921
+ name: GithubEventType.DISCUSSION_COMMENT,
922
+ displayName: 'New Comment Posted',
923
+ description: 'Triggers when there is a new comment posted on a discussion.',
924
+ sampleData: {
925
+ action: 'created',
926
+ comment: {
927
+ id: 1234567890,
928
+ node_id: 'DC_kwDOBJHGx84AzClv',
929
+ html_url: 'https://github.com/my-org/Topics/discussions/1234567890#discussioncomment-1234567890',
930
+ parent_id: 1234567890,
931
+ child_comment_count: 0,
932
+ repository_url: 'my-org/Topics',
933
+ discussion_id: 1234567890,
934
+ author_association: 'CONTRIBUTOR',
935
+ user: {
936
+ login: 'alaner',
937
+ id: 1234567890,
938
+ node_id: 'MDQ6VXNlcjQyNDY0NzA0',
939
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234567890?v=4',
940
+ gravatar_id: '',
941
+ url: 'https://api.github.com/users/alaner',
942
+ html_url: 'https://github.com/alaner',
943
+ followers_url: 'https://api.github.com/users/alaner/followers',
944
+ following_url: 'https://api.github.com/users/alaner/following{/other_user}',
945
+ gists_url: 'https://api.github.com/users/alaner/gists{/gist_id}',
946
+ starred_url: 'https://api.github.com/users/alaner/starred{/owner}{/repo}',
947
+ subscriptions_url: 'https://api.github.com/users/alaner/subscriptions',
948
+ organizations_url: 'https://api.github.com/users/alaner/orgs',
949
+ repos_url: 'https://api.github.com/users/alaner/repos',
950
+ events_url: 'https://api.github.com/users/alaner/events{/privacy}',
951
+ received_events_url: 'https://api.github.com/users/alaner/received_events',
952
+ type: 'User',
953
+ user_view_type: 'public',
954
+ site_admin: false,
955
+ },
956
+ created_at: '2025-06-05T13:27:58Z',
957
+ updated_at: '2025-06-05T13:27:58Z',
958
+ body: 'Cool ! ',
959
+ reactions: {
960
+ url: 'https://api.github.com/repos/my-org/Topics/discussions/comments/1234567890/reactions',
961
+ total_count: 0,
962
+ '+1': 0,
963
+ '-1': 0,
964
+ laugh: 0,
965
+ hooray: 0,
966
+ confused: 0,
967
+ heart: 0,
968
+ rocket: 0,
969
+ eyes: 0,
970
+ },
971
+ },
972
+ discussion: {
973
+ repository_url: 'https://api.github.com/repos/my-org/Topics',
974
+ category: {
975
+ id: 1234567890,
976
+ node_id: 'DIC_kwDOBJHGx84CWAk6',
977
+ repository_id: 1234567890,
978
+ emoji: ':speech_balloon:',
979
+ name: 'Guided Discussions',
980
+ description: 'For Alaners less familiar with discussions who would like extra guidance',
981
+ created_at: '2023-04-24T11:06:26.000+02:00',
982
+ updated_at: '2023-05-03T14:10:16.000+02:00',
983
+ slug: 'guided-discussions',
984
+ is_answerable: true,
985
+ },
986
+ answer_html_url: null,
987
+ answer_chosen_at: null,
988
+ answer_chosen_by: null,
989
+ html_url: 'https://github.com/my-org/Topics/discussions/1234567890',
990
+ id: 1234567890,
991
+ node_id: 'D_kwDOBJHGx84Af-_L',
992
+ number: 1234567890,
993
+ title: 'Framing - Members communications for QVCT',
994
+ user: {
995
+ login: 'alaner',
996
+ id: 1234567890,
997
+ node_id: 'U_kgDOB0ODWw',
998
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234567890?v=4',
999
+ gravatar_id: '',
1000
+ url: 'https://api.github.com/users/alaner',
1001
+ html_url: 'https://github.com/alaner',
1002
+ followers_url: 'https://api.github.com/users/alaner/followers',
1003
+ following_url: 'https://api.github.com/users/alaner/following{/other_user}',
1004
+ gists_url: 'https://api.github.com/users/alaner/gists{/gist_id}',
1005
+ starred_url: 'https://api.github.com/users/alaner/starred{/owner}{/repo}',
1006
+ subscriptions_url: 'https://api.github.com/users/alaner/subscriptions',
1007
+ organizations_url: 'https://api.github.com/users/alaner/orgs',
1008
+ repos_url: 'https://api.github.com/users/alaner/repos',
1009
+ events_url: 'https://api.github.com/users/alaner/events{/privacy}',
1010
+ received_events_url: 'https://api.github.com/users/alaner/received_events',
1011
+ type: 'User',
1012
+ user_view_type: 'public',
1013
+ site_admin: false,
1014
+ },
1015
+ labels: [
1016
+ {
1017
+ id: 1234567890,
1018
+ node_id: 'LA_kwDOBJHGx88AAAABlyvmxg',
1019
+ url: 'https://api.github.com/repos/my-org/Topics/labels/%F0%9F%AB%90%20Play',
1020
+ name: '🫐 Play',
1021
+ color: '9ED9F5',
1022
+ default: false,
1023
+ description: '',
1024
+ },
1025
+ ],
1026
+ state: 'open',
1027
+ state_reason: null,
1028
+ locked: false,
1029
+ comments: 31,
1030
+ created_at: '2025-05-28T12:48:07Z',
1031
+ updated_at: '2025-06-05T13:27:59Z',
1032
+ author_association: 'NONE',
1033
+ active_lock_reason: null,
1034
+ body: "### 🔭 Scope\r\n\r\n\r\nThe goal of this discussion is to determine the optimal member communication strategy for the QVCT campaign, focusing on targeting, messaging angles, and campaigns coordination \r\n\r\n\r\n### 🕐 Why I'm opening this discussion\r\nWe need to determine the most effective approach for member communications to prevent spamming and member fatigue, while also ensuring this campaign is well-coordinated with our other Play initiatives.\r\n\r\n### 📅 Timeline\r\n\r\nI’d like to close this discussion by June 4th. \r\n\r\n### ℹ️ LOCI\r\n\r\n- **Lead:** @alaner \r\n- **Owner**: @alaner \r\n- **Consulted**: @alaner , @alaner \r\n- **Informed**: Crew play\r\n\r\n### 🌐 Context & Materials\r\n\r\n- Existing adoption campaigns running parallel to QVCT\r\n- Daily reminders campaign\r\n- Link to Figjam with assets to build\r\n\r\n### Threads\r\n\r\n- [X] You can use threads [meaning you can write a reply within a thread]\r\n- [ ] Please do not use threads [always suggest a new answer as a main message]\r\n\r\n❓ Questions are listed in each thread",
1035
+ reactions: {
1036
+ url: 'https://api.github.com/repos/my-org/Topics/discussions/1234567890/reactions',
1037
+ total_count: 2,
1038
+ '+1': 2,
1039
+ '-1': 0,
1040
+ laugh: 0,
1041
+ hooray: 0,
1042
+ confused: 0,
1043
+ heart: 0,
1044
+ rocket: 0,
1045
+ eyes: 0,
1046
+ },
1047
+ timeline_url: 'https://api.github.com/repos/my-org/Topics/discussions/1234567890/timeline',
1048
+ },
1049
+ repository: {
1050
+ id: 1234567890,
1051
+ node_id: 'MDEwOlJlcG9zaXRvcnk3NjY2MjQ3MQ==',
1052
+ name: 'Topics',
1053
+ full_name: 'my-org/Topics',
1054
+ private: true,
1055
+ owner: {
1056
+ login: 'my-org',
1057
+ id: 1234567890,
1058
+ node_id: 'MDEyOk9yZ2FuaXphdGlvbjE4MTc1MzI5',
1059
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234567890?v=4',
1060
+ gravatar_id: '',
1061
+ url: 'https://api.github.com/users/my-org',
1062
+ html_url: 'https://github.com/my-org',
1063
+ followers_url: 'https://api.github.com/users/my-org/followers',
1064
+ following_url: 'https://api.github.com/users/my-org/following{/other_user}',
1065
+ gists_url: 'https://api.github.com/users/my-org/gists{/gist_id}',
1066
+ starred_url: 'https://api.github.com/users/my-org/starred{/owner}{/repo}',
1067
+ subscriptions_url: 'https://api.github.com/users/my-org/subscriptions',
1068
+ organizations_url: 'https://api.github.com/users/my-org/orgs',
1069
+ repos_url: 'https://api.github.com/users/my-org/repos',
1070
+ events_url: 'https://api.github.com/users/my-org/events{/privacy}',
1071
+ received_events_url: 'https://api.github.com/users/my-org/received_events',
1072
+ type: 'Organization',
1073
+ user_view_type: 'public',
1074
+ site_admin: false,
1075
+ },
1076
+ html_url: 'https://github.com/my-org/Topics',
1077
+ description: 'The My-ORG Issue repository ',
1078
+ fork: false,
1079
+ url: 'https://api.github.com/repos/my-org/Topics',
1080
+ forks_url: 'https://api.github.com/repos/my-org/Topics/forks',
1081
+ keys_url: 'https://api.github.com/repos/my-org/Topics/keys{/key_id}',
1082
+ collaborators_url: 'https://api.github.com/repos/my-org/Topics/collaborators{/collaborator}',
1083
+ teams_url: 'https://api.github.com/repos/my-org/Topics/teams',
1084
+ hooks_url: 'https://api.github.com/repos/my-org/Topics/hooks',
1085
+ issue_events_url: 'https://api.github.com/repos/my-org/Topics/issues/events{/number}',
1086
+ events_url: 'https://api.github.com/repos/my-org/Topics/events',
1087
+ assignees_url: 'https://api.github.com/repos/my-org/Topics/assignees{/user}',
1088
+ branches_url: 'https://api.github.com/repos/my-org/Topics/branches{/branch}',
1089
+ tags_url: 'https://api.github.com/repos/my-org/Topics/tags',
1090
+ blobs_url: 'https://api.github.com/repos/my-org/Topics/git/blobs{/sha}',
1091
+ git_tags_url: 'https://api.github.com/repos/my-org/Topics/git/tags{/sha}',
1092
+ git_refs_url: 'https://api.github.com/repos/my-org/Topics/git/refs{/sha}',
1093
+ trees_url: 'https://api.github.com/repos/my-org/Topics/git/trees{/sha}',
1094
+ statuses_url: 'https://api.github.com/repos/my-org/Topics/statuses/{sha}',
1095
+ languages_url: 'https://api.github.com/repos/my-org/Topics/languages',
1096
+ stargazers_url: 'https://api.github.com/repos/my-org/Topics/stargazers',
1097
+ contributors_url: 'https://api.github.com/repos/my-org/Topics/contributors',
1098
+ subscribers_url: 'https://api.github.com/repos/my-org/Topics/subscribers',
1099
+ subscription_url: 'https://api.github.com/repos/my-org/Topics/subscription',
1100
+ commits_url: 'https://api.github.com/repos/my-org/Topics/commits{/sha}',
1101
+ git_commits_url: 'https://api.github.com/repos/my-org/Topics/git/commits{/sha}',
1102
+ comments_url: 'https://api.github.com/repos/my-org/Topics/comments{/number}',
1103
+ issue_comment_url: 'https://api.github.com/repos/my-org/Topics/issues/comments{/number}',
1104
+ contents_url: 'https://api.github.com/repos/my-org/Topics/contents/{+path}',
1105
+ compare_url: 'https://api.github.com/repos/my-org/Topics/compare/{base}...{head}',
1106
+ merges_url: 'https://api.github.com/repos/my-org/Topics/merges',
1107
+ archive_url: 'https://api.github.com/repos/my-org/Topics/{archive_format}{/ref}',
1108
+ downloads_url: 'https://api.github.com/repos/my-org/Topics/downloads',
1109
+ issues_url: 'https://api.github.com/repos/my-org/Topics/issues{/number}',
1110
+ pulls_url: 'https://api.github.com/repos/my-org/Topics/pulls{/number}',
1111
+ milestones_url: 'https://api.github.com/repos/my-org/Topics/milestones{/number}',
1112
+ notifications_url: 'https://api.github.com/repos/my-org/Topics/notifications{?since,all,participating}',
1113
+ labels_url: 'https://api.github.com/repos/my-org/Topics/labels{/name}',
1114
+ releases_url: 'https://api.github.com/repos/my-org/Topics/releases{/id}',
1115
+ deployments_url: 'https://api.github.com/repos/my-org/Topics/deployments',
1116
+ created_at: '2016-12-16T15:05:45Z',
1117
+ updated_at: '2025-05-12T15:04:29Z',
1118
+ pushed_at: '2024-03-11T10:31:39Z',
1119
+ git_url: 'git://github.com/my-org/Topics.git',
1120
+ ssh_url: 'git@github.com:my-org/Topics.git',
1121
+ clone_url: 'https://github.com/my-org/Topics.git',
1122
+ svn_url: 'https://github.com/my-org/Topics',
1123
+ homepage: '',
1124
+ size: 2305,
1125
+ stargazers_count: 64,
1126
+ watchers_count: 64,
1127
+ language: null,
1128
+ has_issues: true,
1129
+ has_projects: true,
1130
+ has_downloads: true,
1131
+ has_wiki: true,
1132
+ has_pages: false,
1133
+ has_discussions: true,
1134
+ forks_count: 0,
1135
+ mirror_url: null,
1136
+ archived: false,
1137
+ disabled: false,
1138
+ open_issues_count: 2,
1139
+ license: null,
1140
+ allow_forking: true,
1141
+ is_template: false,
1142
+ web_commit_signoff_required: false,
1143
+ topics: [],
1144
+ visibility: 'private',
1145
+ forks: 0,
1146
+ open_issues: 2,
1147
+ watchers: 64,
1148
+ default_branch: 'master',
1149
+ custom_properties: {},
1150
+ },
1151
+ organization: {
1152
+ login: 'my-org',
1153
+ id: 1234567890,
1154
+ node_id: 'MDEyOk9yZ2FuaXphdGlvbjE4MTc1MzI5',
1155
+ url: 'https://api.github.com/orgs/my-org',
1156
+ repos_url: 'https://api.github.com/orgs/my-org/repos',
1157
+ events_url: 'https://api.github.com/orgs/my-org/events',
1158
+ hooks_url: 'https://api.github.com/orgs/my-org/hooks',
1159
+ issues_url: 'https://api.github.com/orgs/my-org/issues',
1160
+ members_url: 'https://api.github.com/orgs/my-org/members{/member}',
1161
+ public_members_url: 'https://api.github.com/orgs/my-org/public_members{/member}',
1162
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234567890?v=4',
1163
+ description: "Building Europe's all-in-one health partner",
1164
+ },
1165
+ sender: {
1166
+ login: 'alaner',
1167
+ id: 1234567890,
1168
+ node_id: 'MDQ6VXNlcjQyNDY0NzA0',
1169
+ avatar_url: 'https://avatars.githubusercontent.com/u/1234567890?v=4',
1170
+ gravatar_id: '',
1171
+ url: 'https://api.github.com/users/alaner',
1172
+ html_url: 'https://github.com/alaner',
1173
+ followers_url: 'https://api.github.com/users/alaner/followers',
1174
+ following_url: 'https://api.github.com/users/alaner/following{/other_user}',
1175
+ gists_url: 'https://api.github.com/users/alaner/gists{/gist_id}',
1176
+ starred_url: 'https://api.github.com/users/alaner/starred{/owner}{/repo}',
1177
+ subscriptions_url: 'https://api.github.com/users/alaner/subscriptions',
1178
+ organizations_url: 'https://api.github.com/users/alaner/orgs',
1179
+ repos_url: 'https://api.github.com/users/alaner/repos',
1180
+ events_url: 'https://api.github.com/users/alaner/events{/privacy}',
1181
+ received_events_url: 'https://api.github.com/users/alaner/received_events',
1182
+ type: 'User',
1183
+ user_view_type: 'public',
1184
+ site_admin: false,
1185
+ },
1186
+ },
1187
+ },
706
1188
  ];
707
1189
  exports.githubTriggers = exports.registered.map((def) => (0, register_trigger_1.githubRegisterTrigger)(def));
708
1190
  //# sourceMappingURL=index.js.map