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