Skip to content

fix: An error occurred while create Iluvatar pod #78

fix: An error occurred while create Iluvatar pod

fix: An error occurred while create Iluvatar pod #78

Workflow file for this run

name: "PR Labeler"
on:
pull_request_target:
types: [opened, edited]
permissions:
issues: write
pull-requests: write
contents: read
jobs:
labeling:
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
sync-labels: 1
include-title: 1
include-body: 0
repo-token: ${{ github.token }}