Skip to content

Update to release strings and formatting, small fixes (#720) #68

Update to release strings and formatting, small fixes (#720)

Update to release strings and formatting, small fixes (#720) #68

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Labeler"
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- 'archive/**'
pull_request_target:
types: [opened, synchronize, reopened]
branches:
- main
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