Files
macos_security/.github/workflows/labeler.yaml
Stephen Beale 5fd93435d6 refactor(actions): Correct python linting
- Add if checks to all steps for if files are changed
2025-08-06 14:08:55 -06:00

31 lines
599 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Labeler"
on:
workflow_dispatch:
push:
branches:
- dev_2.0
paths-ignore:
- 'archive/**'
pull_request_target:
types: [opened, synchronize, reopened]
branches:
- dev_2.0
paths-ignore:
- 'archive/**'
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Labeler
uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml