1. a5ccc01 INFRA-25622 - no default protections by Sebb · 4 weeks ago main
  2. 9b84ee9 do not use latest mypy version by Thomas Neidhart · 6 weeks ago
  3. 596b468 add a note about requirements for setting team visibilty when using teams as required_reviewers for an environment by Thomas Neidhart · 6 weeks ago
  4. f1607dc Merge pull request #73 from ppkarwasz/feat/required-checks-warning by Daniel Gruno · 7 weeks ago
  5. b03145a Merge pull request #76 from FSchumacher/patch-1 by Thomas Neidhart · 10 weeks ago
  6. 9754bce Fix typo in URL by Felix Schumacher · 10 weeks ago
  7. ba70f41 NR: don't default whoami to main, default to nothing. by Daniel Gruno · 3 months ago
  8. bb261a0 fix: formatting by Piotr P. Karwasz · 3 months ago
  9. 1f3cab3 Add warning about required checks by Piotr P. Karwasz · 3 months ago
  10. 486c4d2 chore: remove erroneous reference to a document separator, the real document separator `---` is supported, fixed #71 by Thomas Neidhart · 3 months ago
  11. 5de5842 chore: add a link to the documentation of Branch Protection Rules at GitHub, fixes #50 by Thomas Neidhart · 3 months ago
  12. e90c573 Merge pull request #66 from ppkarwasz/feat/auto_merge by Thomas Neidhart · 3 months ago
  13. a941206 Update README.md minor text changes to enhance readability by Andrew Wetmore · 3 months ago
  14. f1611a6 Remove doc for `github.enabled_merge_buttons.auto_merge` by Piotr P. Karwasz · 3 months ago
  15. e3af556 fix more typos in README by Thomas Neidhart · 3 months ago
  16. 6fb913b fix typo in README by Thomas Neidhart · 3 months ago
  17. 3d91260 refactor pull request related settings into pull_requests, add tests, update readme by Thomas Neidhart · 3 months ago
  18. ca2f37b fix environment tests by Thomas Neidhart · 3 months ago
  19. 6122c93 Merge pull request #21 from gopidesupavan/support-for-deployment-environments by Thomas Neidhart · 3 months ago
  20. f571a47 Add support for automatic PR merging by Piotr P. Karwasz · 3 months ago
  21. 1061eba convert note to a highlight element by Thomas Neidhart · 4 months ago
  22. b06e985 move LICENSE-template.txt to subfolder to avoid flagging unknown licenses by Thomas Neidhart · 4 months ago
  23. f6673d7 add default branch to cli calls by Daniel Gruno · 4 months ago
  24. 4576257 fix test args by Daniel Gruno · 4 months ago
  25. 7a40fa9 make default branch constant more useable by Daniel Gruno · 4 months ago
  26. a94b463 Merge pull request #60 from apache/humbedooh/default-branch-bad by Daniel Gruno · 4 months ago
  27. 2661d25 please ruff by Daniel Gruno · 4 months ago
  28. 84ef1fd default to "unknown branch" when we don't get a valid branch, skip processing if it's a tag. by Daniel Gruno · 4 months ago
  29. 47d0d49 Merge pull request #57 from apache/notify by Daniel Gruno · 4 months ago
  30. 6a03ced Indentation by Sebb · 4 months ago
  31. dfc4555 Add target email for workflow results by Sebb · 4 months ago
  32. 944e6a1 Merge pull request #54 from apache/sebbASF-add-anchors by Sebb · 4 months ago
  33. 86c20c0 Minor tweaks by Sebb · 4 months ago
  34. 94d4c88 Add logging of new require_last_push_approval setting by Thomas Neidhart · 4 months ago
  35. a7dfe48 Update README.md, add require_last_push_approval to the list by Daniel Gruno · 4 months ago
  36. b979386 Merge pull request #55 from jbonofre/add-require-last-push-approval by Daniel Gruno · 4 months ago
  37. ecb2c59 Update branch_protection.py, set the push approval var by Daniel Gruno · 4 months ago
  38. ceca180 Add support for require_last_push_approval flag on branch protection by JB Onofré · 4 months ago
  39. 7bfb99a Allow direct linking to sections by Sebb · 4 months ago
  40. e5386d6 Merge pull request #53 from apache/dave2wave-patch-1 by Daniel Gruno · 4 months ago
  41. 0edc3be Update notifications.py to include feedback by Dave Fisher · 4 months ago dave2wave-patch-1
  42. 34e65f3 Update notifications.py to include private-commits@apache.org by Dave Fisher · 4 months ago
  43. df65c78 Typo: yanl => yaml by Sebb · 4 months ago
  44. 6025845 make repo parameter for run cli mandatory by Thomas Neidhart · 4 months ago
  45. 79610a2 Update collaborators.py, only grant triage rights by Daniel Gruno · 4 months ago
  46. 704556f Remove redundant repository mention by Thomas Neidhart · 4 months ago
  47. 96540be fix tests by Thomas Neidhart · 4 months ago
  48. aee9987 run validator workflow on PRs by Thomas Neidhart · 4 months ago
  49. 1357743 finish rework, update unit tests, README by Thomas Neidhart · 4 months ago
  50. f69d812 formatting by Thomas Neidhart · 4 months ago
  51. 30c7603 Update issue numbers for requested features by Pavan Kumar · 5 months ago
  52. c15b016 Remove unwanted committed files by Pavan Kumar · 5 months ago
  53. c4a69af Update unit tests by Pavan Kumar · 5 months ago
  54. bd9d6d6 Update unit tests by Pavan Kumar · 5 months ago
  55. d71208e use pygithub to create_environments by Pavan Kumar · 5 months ago
  56. 3747aff Add unit tests to deployment environment methods by Pavan Kumar · 5 months ago
  57. a015704 add separate test file for deployment environments by Pavan Kumar · 5 months ago
  58. 12701c3 Check token from environment by Pavan Kumar · 5 months ago
  59. a226e51 Add deployment environment support in github features by Pavan Kumar · 5 months ago
  60. 607cda2 avoid shadowing the function name by Thomas Neidhart · 4 months ago
  61. 7c22174 Update notifications.py, be more lenient with mailing list names by Daniel Gruno · 4 months ago
  62. b11a385 Merge pull request #47 from apache/combine-branch-queries-into-one by Daniel Gruno · 4 months ago
  63. 814d7bc fix usage of branch by Thomas Neidhart · 4 months ago
  64. 900487f Combine queries to get all branches and all branch protection rules into a single graphql query by Thomas Neidhart · 4 months ago
  65. cbf7c44 Merge pull request #46 from apache/use-graphql-query-for-protected-branches by Daniel Gruno · 4 months ago
  66. bfdd30c fix returning full list of bprs instead of just last page by Thomas Neidhart · 4 months ago
  67. ac3f977 use graphql queries to retrieve the list of protected branches quickly by Thomas Neidhart · 4 months ago
  68. a65456b Disable removal of branch protection rules for now by Thomas Neidhart · 4 months ago
  69. 7a698c1 fix accidential removal of pull request reviews and status checks after improving log messages by Thomas Neidhart · 4 months ago
  70. f444603 Merge pull request #31 from apache/unused by Thomas Neidhart · 4 months ago
  71. 3c5d8b4 Update github_pages.py by Thomas Neidhart · 4 months ago
  72. 502453b Update github_autolink.py by Thomas Neidhart · 4 months ago
  73. a19efdc Merge branch 'main' into unused by Thomas Neidhart · 4 months ago
  74. c65350f Add basic badges by Thomas Neidhart · 4 months ago
  75. 819484f add abstract run method to ASFYamlFeature to make mypy happy by Thomas Neidhart · 4 months ago
  76. 7b995b8 Merge pull request #40 from apache/add-ruff-and-mypy by Daniel Gruno · 4 months ago
  77. 909137e fix copy&paste error by Thomas Neidhart · 4 months ago
  78. cde4f28 add more comments by Thomas Neidhart · 4 months ago
  79. 06e5789 pin all actions by Thomas Neidhart · 4 months ago
  80. e6c24c3 make noop logging name consistent with other features -> remove duplicate github name by Thomas Neidhart · 4 months ago
  81. 9260590 honor noop environment for collaborators by Thomas Neidhart · 4 months ago
  82. 896d9d9 fix name of cli run script by Thomas Neidhart · 4 months ago
  83. 0882c1c Add a validate command for poetry by Daniel Gruno · 4 months ago
  84. e092564 Hostname should only be inferred if not present by Daniel Gruno · 4 months ago
  85. 35d4683 enable ruff lint and format checks, fix files by Thomas Neidhart · 4 months ago
  86. fcdf58e extend range of python versions to run tests on by Thomas Neidhart · 4 months ago
  87. 0f593ed add linting fixes by Thomas Neidhart · 4 months ago
  88. e8fe81c use poetry to run pre-commit to avoid using 3rd party action and is necessary anyway due to local hooks by Thomas Neidhart · 4 months ago
  89. 044d838 add pre-commit, enable mypy, fix reporting type error, prepare use of ruff by Thomas Neidhart · 4 months ago
  90. ddbb1e9 remove unused and non-allowed parameter outputdir by Thomas Neidhart · 4 months ago
  91. 90ee148 fix testcase by Thomas Neidhart · 4 months ago
  92. 928fded jira spaces can have digits and uppercase letters by Daniel Gruno · 4 months ago
  93. a862f18 Replace comment with 'ignore' prefix by Sebb · 4 months ago
  94. 12a6b5f fix initialization of default branch by Thomas Neidhart · 4 months ago
  95. 449409e fix support empty value ~ for profile parameter, before the ~ char was converted to a string by Thomas Neidhart · 4 months ago
  96. e30423e improve inline documentation by Thomas Neidhart · 4 months ago
  97. d80ace4 fix handling the case where protected_branches is explicitly set to none by Thomas Neidhart · 4 months ago
  98. 5f0aabb Merge pull request #35 from apache/update-readme by Daniel Gruno · 4 months ago
  99. 8211fb4 add support for required_code_owner_reviews and only log changes to live settings by Thomas Neidhart · 4 months ago
  100. 03c7e99 add more information about supported properties for protected branch and their default values by Thomas Neidhart · 4 months ago