build(deps): bump docs/src/firmware-action-example from 599696b
to 27d38d5
#741
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Docs: https://github.com/actions/labeler | |
name: 'labeler' | |
on: | |
- pull_request_target | |
permissions: read-all | |
jobs: | |
labeler: | |
permissions: | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run labeler | |
uses: actions/labeler@v5 |