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/pr-vibe-check.yml
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not related to the PR but it was easier to fix here so that we also test it...

Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
labels=($(for diff_file in ${DIFFFILES[@]}; do
if [[ "${diff_file}" =~ ^packages\/([a-zA-Z]+)\/[a-zA-Z]+ ]]; then
echo ${BASH_REMATCH[1]};
elif [[ ${diff_file} =~ ^\.github* || ${diff_file} == "pixi\.toml" ]]; then
elif [[ ${diff_file} =~ ^\.github* || ${diff_file} =~ pixi\.toml ]]; then
echo CI;
elif [[ ${diff_file} =~ ^docs\/* ]]; then
echo documentation;
Expand Down
Loading
Loading