Bump actions/checkout from 6 to 7 (#36) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Recent Commits to policies:main
-
Bump actions/checkout from 6 to 7 (#36)
-
Clarify usage of built-in web server in security-classification.rst (…
Clarify usage of built-in web server in security-classification.rst (#37)
-
Fix and update links to BCP and RFCs in requirements terms (#34)
Fix and update links to BCP and RFCs in requirements terms (#34)
-
Fix Release Process grammar issues (#33)
Fix Release Process grammar issues (#33) * Fix grammar issues in Release Process * Run `rstfmt` * Use em dash since it interrupts the sentence Per Merriam Webster an en dash signifies “(up) to and including”, so I don't think it would be correct here. --------- Co-authored-by: Tim Düsterhus <tim@bastelstu.be>
-
Clarify policy for Release Manager Selection (#28)
Clarify policy for Release Manager Selection (#28) * Clarify policy for Release Manager Selection * Remove duplicate words Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com> * Fix typo Co-authored-by: Daniel Scherzer <daniel.e.scherzer@gmail.com> * Improve phrasing for hands-off custom * Formatting * Clarify language * Reorder --------- Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com> Co-authored-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>
-
Clarify security classification for unsanitized args
Clarify security classification for unsanitized args Clearly, some functions _should_ be hardened against malicious arguments. Clarify this only applies to some functions.
-
license-update: add documentation about PHP license changes (#29)
license-update: add documentation about PHP license changes (#29) RFC: https://wiki.php.net/rfc/php_license_update
-
Exempt adding Type and Value Errors from BC break policy (#27)
Exempt adding Type and Value Errors from BC break policy (#27) RFC: https://wiki.php.net/rfc/policy-exempt-type-value-error-bc-policy Co-authored-by: Theodore Brown <theodorejb@outlook.com>
-
Run docs.yml on Ubuntu 24.04
Run docs.yml on Ubuntu 24.04
-
Run docs.yml for all changes
Run docs.yml for all changes Restricting the workflow to run on changes to `*.rst` files only will prevent CI from catching mistakes in the workflow itself, for example on Dependabot updates.
-
Restrict docs.yml workflow permissions
Restrict docs.yml workflow permissions This workflow is not deploying anywhere and thus neither needs `id-token: write`, nor `pages: write`.
-
Fix branch filter in docs.yml workflow
Fix branch filter in docs.yml workflow
-
Bump actions/checkout from 5 to 6 (#26)
Bump actions/checkout from 5 to 6 (#26) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Add changes to the release process (#19)
Add changes to the release process (#19) RFC: https://wiki.php.net/rfc/policy-release-process-update
-
Fix a couple grammar mistakes (#24)
Fix a couple grammar mistakes (#24)
-
Clarify discussion and voting period rules (#23)
Clarify discussion and voting period rules (#23) * Clarify discussion and voting period rules * Fix typo * Add requirement to link the mailing list archives in the RFC itself * Drop “Repeated Discussion” remark in “Proposal Initiation” * Specify that votes may neither start nor end during EOY holidays * Rename “Minimum Discussion Period” to “Cooldown Period” * Clarify that removing voting widgets is a major change * Clarify that RFCs may not change after the vote started * Clarify that the end date is not included in the voting period * Soften phrasing for “new discussion points” * Fix typo * List phases. * Describe discussion period behavior. * Put change types front-and-center explicitly. * Restructure cooldown period discussion. * Move pre-discussion description to the Initiation section. * Reword inactive-proposal section to use bullets. * Add subsections for easier scanability. * Restructure voting prerequisites. * Restructure voting procedure. * More voting procedure changes. * Expand Errata section with a section header and more procedures. * Better explain what voting formalities are. * Rst Format. * Refer to the later section for secondary voting details. * Assorted rewording suggestions from Tim Co-authored-by: Tim Düsterhus <timwolla@googlemail.com> * Standardize on 'authors', no parens. * Additional word cleanup. * Adjust time descriptions. * Numeric fixes Co-authored-by: Tim Düsterhus <timwolla@googlemail.com> * Further clarify the grace period. * Rephrase the grace period Co-authored-by: Tim Düsterhus <timwolla@googlemail.com> * Capitalize Cooldown Period. * Additional rewording. Co-authored-by: Tim Düsterhus <timwolla@googlemail.com> * Formatting * Encourage adding notes referring to the errata * Allow canceling a vote within the first 7 days --------- Co-authored-by: Larry Garfield <lgarfield@makershub.ai> Co-authored-by: Larry Garfield <larry@garfieldtech.com>
-
Add "Abstain" voting option and update phrasing for the voting (#20)
Add "Abstain" voting option and update phrasing for the voting (#20) RFC: https://wiki.php.net/rfc/rfc_vote_abstain
-
Bump actions/checkout from 4 to 5 (#22)
Bump actions/checkout from 4 to 5 (#22)
-
Create dependabot.yml
Create dependabot.yml
-
Merge pull request #10 from Crell/third-party-code
Merge pull request #10 from Crell/third-party-code Add a policy page on third party code usage.
-
Include the acronym casing RFC in coding-standards-and-naming.rst (#7)
Include the acronym casing RFC in coding-standards-and-naming.rst (#7) see https://wiki.php.net/rfc/class-naming-acronyms
-
Implement the changes of the Release Cycle Update RFC (#5)
Implement the changes of the Release Cycle Update RFC (#5) RFC: https://wiki.php.net/rfc/release_cycle_update --------- Co-authored-by: Peter Kokot <peterkokot@gmail.com> Co-authored-by: Ben Ramsey <ben@benramsey.com> Co-authored-by: Sergey Panteleev <sergey@php.net>