Skip to content

Bump actions/upload-artifact from 4.4.3 to 4.5.0 #643

Bump actions/upload-artifact from 4.4.3 to 4.5.0

Bump actions/upload-artifact from 4.4.3 to 4.5.0 #643

Workflow file for this run

name: "Check Pull Request labels"
on:
pull_request:
branches:
- main
types:
- labeled
- opened
- synchronize
- unlabeled
permissions: {}
jobs:
check_labels:
name: "Check Pull Request labels"
runs-on: ubuntu-latest
steps:
- name: Check the labels
uses: ludeeus/action-require-labels@1.1.0
with:
labels: >-
bugfix, breaking-change, new-feature, dependencies, internal, refactor