Skip to content

docs(gui): add link to github actions build #221

docs(gui): add link to github actions build

docs(gui): add link to github actions build #221

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
environment:
name: actions-github-app
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- uses: actions/labeler@v5
with:
repo-token: ${{ steps.app-token.outputs.token }}