Skip to content

Commit

Permalink
Add ref to upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 18, 2024
1 parent 7a42f59 commit 7b895d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ jobs:
- name: Reset uv.lock
# Exclude `uv.lock` file which might be auto-updated by calls to `uv run`.
# See: https://github.com/peter-evans/create-pull-request#controlling-committed-files
# https://github.com/astral-sh/uv/issues/5185
run: |
git checkout -- uv.lock
- uses: peter-evans/create-pull-request@v6.1.0
Expand Down Expand Up @@ -372,6 +373,7 @@ jobs:
- name: Reset uv.lock
# Exclude `uv.lock` file which might be auto-updated by calls to `uv run`.
# See: https://github.com/peter-evans/create-pull-request#controlling-committed-files
# https://github.com/astral-sh/uv/issues/5185
run: |
git checkout -- uv.lock
- uses: peter-evans/create-pull-request@v6.1.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: Reset uv.lock
# Exclude `uv.lock` file which might be auto-updated by calls to `uv run`.
# See: https://github.com/peter-evans/create-pull-request#controlling-committed-files
# https://github.com/astral-sh/uv/issues/5185
run: |
git checkout -- uv.lock
- uses: peter-evans/create-pull-request@v6.1.0
Expand Down Expand Up @@ -206,6 +207,7 @@ jobs:
- name: Reset uv.lock
# Exclude `uv.lock` file which might be auto-updated by calls to `uv run`.
# See: https://github.com/peter-evans/create-pull-request#controlling-committed-files
# https://github.com/astral-sh/uv/issues/5185
run: |
git checkout -- uv.lock
- name: Commit post-release version bump
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
- name: Reset uv.lock
# Exclude `uv.lock` file which might be auto-updated by calls to `uv run`.
# See: https://github.com/peter-evans/create-pull-request#controlling-committed-files
# https://github.com/astral-sh/uv/issues/5185
run: |
git checkout -- uv.lock
- uses: peter-evans/create-pull-request@v6.1.0
Expand Down Expand Up @@ -254,6 +255,7 @@ jobs:
- name: Reset uv.lock
# Exclude `uv.lock` file which might be auto-updated by calls to `uv run`.
# See: https://github.com/peter-evans/create-pull-request#controlling-committed-files
# https://github.com/astral-sh/uv/issues/5185
run: |
git checkout -- uv.lock
- uses: peter-evans/create-pull-request@v6.1.0
Expand Down Expand Up @@ -305,6 +307,7 @@ jobs:
- name: Reset uv.lock
# Exclude `uv.lock` file which might be auto-updated by calls to `uv run`.
# See: https://github.com/peter-evans/create-pull-request#controlling-committed-files
# https://github.com/astral-sh/uv/issues/5185
run: |
git checkout -- uv.lock
- uses: peter-evans/create-pull-request@v6.1.0
Expand Down

0 comments on commit 7b895d6

Please sign in to comment.