CI: Add contents:write permission to relock workflow; relock#65196
Merged
mroeschke merged 9 commits intopandas-dev:mainfrom Apr 13, 2026
Merged
CI: Add contents:write permission to relock workflow; relock#65196mroeschke merged 9 commits intopandas-dev:mainfrom
mroeschke merged 9 commits intopandas-dev:mainfrom
Conversation
Member
|
Is the dont infer future string failure real? (We should get rid of that build) |
Member
Author
Yeah. It appears the relock picked up a newer |
Sharl0tteIsTaken
added a commit
to Sharl0tteIsTaken/pandas
that referenced
this pull request
Apr 15, 2026
…h-origin * upstream/main: (68 commits) BUG: loc setitem with duplicate columns and new columns corrupts Data… (pandas-dev#65208) BLD: remove deprecated option cpython-freethreading (pandas-dev#65216) ENH: Support axis parameter in masked array reductions for 2D arrays (pandas-dev#64802) REF: stop DatetimeArray methods from reading self.freq (pandas-dev#65209) BUG: DataFrame.duplicated() loses index when DataFrame has no columns (pandas-dev#65217) CI: Add contents:write permission to relock workflow; relock (pandas-dev#65196) TYP: fix mypy errors in get_values_for_csv (pandas-dev#65214) REF: stop array from propagating freq in core operations (pandas-dev#65191) Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (pandas-dev#65206) REF: Move freq-based factorize short-circuit from array to Index (pandas-dev#65182) Bump actions/upload-artifact from 7.0.0 to 7.0.1 (pandas-dev#65203) REF: merge PeriodArray branch in get_values_for_csv (pandas-dev#65198) REF: remove unused nat_rep parameter from datetime/timedelta formatters (pandas-dev#65161) CI: Fix numpy nightly build (pandas-dev#65197) Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (pandas-dev#65207) Bump mymindstorm/setup-emsdk from 15 to 16 (pandas-dev#65204) Bump actions/github-script from 8.0.0 to 9.0.0 (pandas-dev#65202) REF: move resolution, resolution_obj from arrays to indexes (pandas-dev#65185) CLN: ASV config, use rattler for environment solving (pandas-dev#65153) REF: remove _Datetime64TZFormatter in favor of _Datetime64Formatter (pandas-dev#65171) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following https://github.com/marketplace/actions/create-pull-request#token which indicates we were missing a
contents: writepermissions & updating the lock file.This will fix the failing pyarrow nightly job