Skip to content

feat(helm): update chart coder to 2.18.1 #2108

feat(helm): update chart coder to 2.18.1

feat(helm): update chart coder to 2.18.1 #2108

Workflow file for this run

---
name: "Labeler"
on:
workflow_dispatch:
pull_request_target:
branches: ["main"]
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Labeler
uses: actions/labeler@v2
with:
configuration-path: .github/labeler.yaml
repo-token: ${{ secrets.GITHUB_TOKEN || github.token }}