Skip to content

Bump softprops/action-gh-release from 2.0.5 to 2.0.6 in the actions group #695

Bump softprops/action-gh-release from 2.0.5 to 2.0.6 in the actions group

Bump softprops/action-gh-release from 2.0.5 to 2.0.6 in the actions group #695

Workflow file for this run

name: Pull Request Labeling
on:
pull_request:
types: [labeled, unlabeled, opened, reopened, edited, synchronize]
jobs:
pr-label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
labels: bug,enhancement,ci,documentation,dependencies,ignore-for-release
mode: minimum
count: 1