diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a5ef7ab8897b..9b7eb5bca370 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,4 +17,4 @@ * [ ] All function parameters and return values are annotated with Python [type hints](https://docs.python.org/3/library/typing.html). * [ ] All functions have [doctests](https://docs.python.org/3/library/doctest.html) that pass the automated testing. * [ ] All new algorithms include at least one URL that points to Wikipedia or another similar explanation. -* [ ] If this pull request resolves one or more open issues then the description above includes the issue number(s) with a [closing keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue): "Fixes #ISSUE-NUMBER". +* [ ] If this pull request resolves one or more open issues, then the description above includes the issue number(s) with a [closing keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue): "Fixes #ISSUE-NUMBER". diff --git a/.github/zizmor.yml b/.github/zizmor.yml index d44837b6cc32..75a55f63776d 100644 --- a/.github/zizmor.yml +++ b/.github/zizmor.yml @@ -2,7 +2,6 @@ rules: excessive-permissions: disable: true unpinned-uses: - disable: true - # config: - # policies: - # actions/*: ref-pin + config: + policies: + "*": ref-pin