mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 22:01:18 +00:00
Allow dirty files in cargo-dist
for action pins (#16842)
## Summary This is same as https://github.com/astral-sh/uv/pull/12252 and is to prepare for the upcoming Ruff release. Upstream issue: https://github.com/axodotdev/cargo-dist/issues/1800
This commit is contained in:
parent
15a6aeb998
commit
fd341bb1b2
1 changed files with 3 additions and 0 deletions
|
@ -327,3 +327,6 @@ github-custom-job-permissions = { "build-docker" = { packages = "write", content
|
|||
install-updater = false
|
||||
# Path that installers should place binaries in
|
||||
install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]
|
||||
# Temporarily allow changes to the `release` workflow, in which we pin actions
|
||||
# to a SHA instead of a tag (https://github.com/astral-sh/uv/issues/12253)
|
||||
allow-dirty = ["ci"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue