You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

action.yml 326B

123456789101112131415161718192021222324
  1. -
  2. id: 1
  3. user_id: 2
  4. op_type: 12 # close issue
  5. act_user_id: 2
  6. repo_id: 2
  7. is_private: true
  8. -
  9. id: 2
  10. user_id: 3
  11. op_type: 2 # rename repo
  12. act_user_id: 2
  13. repo_id: 3
  14. is_private: true
  15. content: oldRepoName
  16. -
  17. id: 3
  18. user_id: 11
  19. op_type: 1 # create repo
  20. act_user_id: 11
  21. repo_id: 9
  22. is_private: false