Skip to content

refactor: update dev container and pod (#477) #196

refactor: update dev container and pod (#477)

refactor: update dev container and pod (#477) #196

Workflow file for this run

name: Labeler
on:
push:
branches:
- main
- master
- dev
jobs:
labeler:
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
skip-delete: true
github-token: ${{ secrets.GITHUB_TOKEN }}