Skip to content

[FEAT]: funman graph interactions and improvements #4794

[FEAT]: funman graph interactions and improvements

[FEAT]: funman graph interactions and improvements #4794

---
# Automatically label issues depending on the content found in title and body.
# Rules are based on RegEx expressions and are defined in the `.github/labeler.yaml` file.
name: 'Issue Labeler'
# yamllint disable-line rule:truthy
on:
issues:
types: [opened, edited, reopened]
permissions:
issues: write
contents: read
jobs:
label_issues:
runs-on: ubuntu-24.04
permissions:
issues: write
steps:
- name: Label issues
uses: github/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yaml
enable-versioned-regex: 0
include-title: 1