Skip to content

[k8s] br backup‘s generated job-name and pod-name ,can with name consisted with the backup cluster? #107

[k8s] br backup‘s generated job-name and pod-name ,can with name consisted with the backup cluster?

[k8s] br backup‘s generated job-name and pod-name ,can with name consisted with the backup cluster? #107

Workflow file for this run

name: Auto label
on:
issues:
types:
- reopened
- opened
- labeled
- unlabeled
- closed
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
EVENT: ${{ toJSON(github.event)}}
EVENT_NAME: ${{ github.event_name}}
jobs:
sync:
name: auto label
runs-on: ubuntu-latest
steps:
- uses: HarrisChu/auto_label@v1