Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/chore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
- name: Post comment about invalid PR title
if: failure()
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987
with:
header: conventional-commit-pr-title
message: |
Expand All @@ -45,7 +45,7 @@ jobs:
</details>
- name: Delete comment about invalid PR title
if: success()
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987
with:
header: conventional-commit-pr-title
delete: true
Expand All @@ -58,7 +58,7 @@ jobs:
pull-requests: write
steps:
- name: ${{ github.event_name == 'pull_request_target' && 'Assign labels' || 'Update release draft' }}
uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97
uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2
with:
disable-releaser: ${{ github.event_name == 'pull_request_target' }}
disable-autolabeler: ${{ github.event_name == 'push' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up pixi
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0
with:
environments: default lint
- name: pre-commit
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
- name: Set up pixi
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0
with:
environments: ${{ matrix.environment }}
- name: Install repository
Expand Down
Loading