This repository has been archived by the owner on May 5, 2024. It is now read-only.
feat(docker-image): update ghcr.io/onedr0p/home-assistant docker tag to v2024.5.1 #6292
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
--- | |
name: Meta - Labeler | |
on: # yamllint disable-line rule:truthy | |
pull_request: | |
branches: | |
- main | |
jobs: | |
labeler: | |
name: Labeler | |
runs-on: ubuntu-latest | |
steps: | |
- name: Generate Token | |
uses: tibdex/github-app-token@v2 | |
id: generate-token | |
with: | |
app_id: ${{ secrets.TRUXNELL_APP_ID }} | |
private_key: ${{ secrets.TRUXNELL_APP_PRIVATE_KEY }} | |
- name: Labeler | |
uses: actions/labeler@v5 | |
with: | |
repo-token: "${{ steps.generate-token.outputs.token }}" | |
configuration-path: .github/labeler.yaml |