Skip to content

fix: add nil check for ref_name element in expandConditions #2302

fix: add nil check for ref_name element in expandConditions

fix: add nil check for ref_name element in expandConditions #2302

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions: read-all
jobs:
labeler:
name: Label PRs
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write # Use this if all labels already exist in the repository (i.e., pre-defined in .github/labeler.yml).
defaults:
run:
shell: bash
steps:
- name: Run Labeler
uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
with:
sync-labels: false # Whether or not to remove labels when matching files are reverted or no longer changed by the PR