Skip to content

Commit 1c93b01

Browse files
committed
wip
1 parent 4321c27 commit 1c93b01

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/bump_lockfile.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
with:
1717
token: ${{ secrets.PL_PASTEURBOT_PAT_PUBLIC }}
1818

19+
- name: Set committer to PasteurBot
20+
run: |
21+
git config --global user.name "PasteurBot"
22+
git config --global user.email "hello@simulation.science"
23+
1924
- name: Install uv
2025
uses: astral-sh/setup-uv@v6
2126
with:

.github/workflows/pre-commit-cron-updater.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
with:
1717
token: ${{ secrets.PL_PASTEURBOT_PAT_PUBLIC }}
1818

19+
- name: Set committer to PasteurBot
20+
run: |
21+
git config --global user.name "PasteurBot"
22+
git config --global user.email "hello@simulation.science"
23+
1924
- uses: actions/setup-python@v5
2025
with:
2126
python-version-file: "pyproject.toml"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
printf "## What's Changed\n%s\n" "$changelog" >> /tmp/notes.md
183183
184184
# Append link to full diff
185-
echo -e "\n**Full diff**: https://github.com/${{ github.repository_owner }}/${{ github.repository }}/compare/${{ steps.get_version.outputs.current_version }}...${{ steps.get_version.outputs.new_version }}" >> /tmp/notes.md
185+
echo -e "\n**Full diff**: https://github.com/${{ github.repository }}/compare/${{ steps.get_version.outputs.current_version }}...${{ steps.get_version.outputs.new_version }}" >> /tmp/notes.md
186186
187187
echo "release_note_file=/tmp/notes.md" >> $GITHUB_OUTPUT
188188

0 commit comments

Comments
 (0)