Show More
@@ -64,10 +64,16 b' ACTIONS_V1 = {' | |||
|
64 | 64 | 'repo.fork': {'data': {}}, |
|
65 | 65 | 'repo.edit': {'old_data': {}}, |
|
66 | 66 | 'repo.edit.permissions': {}, |
|
67 | 'repo.edit.permissions.branch': {}, | |
|
67 | 68 | 'repo.delete': {'old_data': {}}, |
|
68 | 'repo.commit.strip': {'commit_id': ''}, | |
|
69 | ||
|
69 | 70 | 'repo.archive.download': {'user_agent': '', 'archive_name': '', |
|
70 | 71 | 'archive_spec': '', 'archive_cached': ''}, |
|
72 | ||
|
73 | 'repo.permissions.branch_rule.create': {}, | |
|
74 | 'repo.permissions.branch_rule.edit': {}, | |
|
75 | 'repo.permissions.branch_rule.delete': {}, | |
|
76 | ||
|
71 | 77 | 'repo.pull_request.create': '', |
|
72 | 78 | 'repo.pull_request.edit': '', |
|
73 | 79 | 'repo.pull_request.delete': '', |
@@ -80,6 +86,7 b' ACTIONS_V1 = {' | |||
|
80 | 86 | 'repo.pull_request.reviewer.add': '', |
|
81 | 87 | 'repo.pull_request.reviewer.delete': '', |
|
82 | 88 | |
|
89 | 'repo.commit.strip': {'commit_id': ''}, | |
|
83 | 90 | 'repo.commit.comment.create': {'data': {}}, |
|
84 | 91 | 'repo.commit.comment.delete': {'data': {}}, |
|
85 | 92 | 'repo.commit.vote': '', |
@@ -89,6 +96,7 b' ACTIONS_V1 = {' | |||
|
89 | 96 | 'repo_group.edit.permissions': {}, |
|
90 | 97 | 'repo_group.delete': {'old_data': {}}, |
|
91 | 98 | } |
|
99 | ||
|
92 | 100 | ACTIONS = ACTIONS_V1 |
|
93 | 101 | |
|
94 | 102 | SOURCE_WEB = 'source_web' |
General Comments 0
You need to be logged in to leave comments.
Login now