Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update cryptographic primitives code owners. #128747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 14, 2025

Conversation

picnixz
Copy link
Member

@picnixz picnixz commented Jan 12, 2025

No description provided.

@picnixz
Copy link
Member Author

picnixz commented Jan 12, 2025

I don't know why the SBOM regeneration fails on Windows (looks like a network issue) :') Guess I'll just try again a bit later.

@AA-Turner
Copy link
Member

It is wasteful to run CI on updates to CODEOWNERS, perhaps we should add it to the exclusions here:

if [ -z "$GITHUB_BASE_REF" ]; then
echo "run-tests=true" >> "$GITHUB_OUTPUT"
else
git fetch origin "$GITHUB_BASE_REF" --depth=1
# git diff "origin/$GITHUB_BASE_REF..." (3 dots) may be more
# reliable than git diff "origin/$GITHUB_BASE_REF.." (2 dots),
# but it requires to download more commits (this job uses
# "git fetch --depth=1").
#
# git diff "origin/$GITHUB_BASE_REF..." (3 dots) works with Git
# 2.26, but Git 2.28 is stricter and fails with "no merge base".
#
# git diff "origin/$GITHUB_BASE_REF.." (2 dots) should be enough on
# GitHub, since GitHub starts by merging origin/$GITHUB_BASE_REF
# into the PR branch anyway.
#
# https://github.com/python/core-workflow/issues/373
git diff --name-only "origin/$GITHUB_BASE_REF.." | grep -qvE '(\.rst$|^Doc|^Misc|^\.pre-commit-config\.yaml$|\.ruff\.toml$|\.md$|mypy\.ini$)' && echo "run-tests=true" >> "$GITHUB_OUTPUT" || true
fi

A

@picnixz
Copy link
Member Author

picnixz commented Jan 12, 2025

I'll wait for #128754 to be merged so that we can test it (I'll make an empty commit to trigger the CI).

.github/CODEOWNERS Outdated Show resolved Hide resolved
@picnixz picnixz changed the title Add @picnixz to cryptographic primitives code owners. Add @picnixz and @gpshead to cryptographic primitives code owners. Jan 13, 2025
@picnixz picnixz changed the title Add @picnixz and @gpshead to cryptographic primitives code owners. Update cryptographic primitives code owners. Jan 13, 2025
@hugovk
Copy link
Member

hugovk commented Jan 14, 2025

I'll wait for #128754 to be merged so that we can test it (I'll make an empty commit to trigger the CI).

Now merged.

@picnixz
Copy link
Member Author

picnixz commented Jan 14, 2025

It looks like the CI is now in a good shape:

image

I guess we're good to go then.

@hugovk hugovk merged commit eefd4a0 into python:main Jan 14, 2025
23 checks passed
@picnixz picnixz deleted the picnixz-codeowners branch January 14, 2025 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.