plone / plone.base

Plone Interface contracts, plus basic features and utilities
https://pypi.org/project/plone.base
2 stars 0 forks source link

Release #36

Closed gforcada closed 1 year ago

gforcada commented 1 year ago

GitHub does not allow me to push to main directly:

remote: error: GH013: Repository rule violations found for refs/heads/main.                                                  
remote: Review all repository rules at http://github.com/plone/plone.base/rules?ref=refs%2Fheads%2Fmain                      
remote:                                                                                                                      
remote: - Organization mandated required workflow checks need to run successfully to be able merge to this branch. Please    
    push changes to a new branch and create a pull request to run the checks.                                                        
remote:
To github.com:plone/plone.base.git                                                                                           
! [remote rejected] main -> main (push declined due to repository rule violations)                                           
error: failed to push some refs to 'github.com:plone/plone.base.git'     
mister-roboto commented 1 year ago

@gforcada thanks for creating this Pull Request and helping to improve Plone!

TL;DR: Finish pushing changes, pass all other checks, then paste a comment:

@jenkins-plone-org please run jobs

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically.

Happy hacking!

mister-roboto commented 1 year ago

@gforcada thanks for creating this Pull Request and helping to improve Plone!

TL;DR: Finish pushing changes, pass all other checks, then paste a comment:

@jenkins-plone-org please run jobs

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically.

Happy hacking!