Skip to content

feat(container): update image ghcr.io/tchapi/davis ( 5.3.0 β†’ 5.4.0 ) #1884

feat(container): update image ghcr.io/tchapi/davis ( 5.3.0 β†’ 5.4.0 )

feat(container): update image ghcr.io/tchapi/davis ( 5.3.0 β†’ 5.4.0 ) #1884

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Labeler
'on':
workflow_dispatch:
pull_request:
branches:
- master
permissions:
contents: read
pull-requests: write
jobs:
main:
name: Labeler - Labeler
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Generate Token
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: "${{ steps.app-token.outputs.token }}"
configuration-path: .github/labeler.yaml