Update uv to 0.8.12 and reusable workflows to 2.3.0 #95
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------- | |
# Managed by modulesync - DO NOT EDIT | |
# ------------------------------------------------- | |
--- | |
name: Check pull request | |
on: | |
# when labels are added/removed or draft status gets changed to ready for review | |
pull_request: | |
types: [opened, synchronize, reopened, labeled, unlabeled, ready_for_review] | |
jobs: | |
# make sure the pull request matches our guidelines like having at least one label assigned | |
# see https://github.com/RegioHelden/github-reusable-workflows/blob/main/.github/workflows/check-pull-request.yaml | |
check-pull-request: | |
name: Check pull request | |
permissions: | |
issues: write | |
pull-requests: write | |
uses: RegioHelden/github-reusable-workflows/.github/workflows/check-pull-request.yaml@v2.2.4 |