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.

pull_request.yml 505B

12345678910111213141516171819202122232425262728
  1. -
  2. id: 1
  3. type: 0 # gitea pull request
  4. status: 2 # mergable
  5. issue_id: 2
  6. index: 1
  7. head_repo_id: 1
  8. base_repo_id: 1
  9. head_user_name: user1
  10. head_branch: branch1
  11. base_branch: master
  12. merge_base: 1234567890abcdef
  13. has_merged: true
  14. merger_id: 2
  15. -
  16. id: 2
  17. type: 0 # gitea pull request
  18. status: 1 # checking
  19. issue_id: 3
  20. index: 2
  21. head_repo_id: 1
  22. base_repo_id: 1
  23. head_user_name: user1
  24. head_branch: branch2
  25. base_branch: master
  26. merge_base: fedcba9876543210
  27. has_merged: false