Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled, edited]
branches:
- devel
- main
jobs:
check-changelog:
name: Check changelog action
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_pixi_lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v6
with:
token: ${{ steps.generate-token.outputs.token }}
ref: devel
ref: main
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
persist-credentials: false

Expand All @@ -44,7 +44,7 @@ jobs:
title: Update pixi lockfile
body-path: diff.md
branch: topic/update-pixi
base: devel
base: main
labels: |
pixi
no changelog
Expand Down