Don't initialize client during flavor sync #2436
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# https://github.com/marketplace/actions/team-labeler-action | |
# https://github.com/TimonVS/pr-labeler-action | |
on: | |
pull_request: | |
types: [opened] | |
name: pr-label | |
jobs: | |
pr-labeler: | |
if: github.repository == 'zenml-io/zenml' | |
runs-on: ubuntu-latest | |
env: | |
ZENML_DEBUG: 1 | |
ZENML_ANALYTICS_OPT_IN: false | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- uses: JulienKode/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
- uses: TimonVS/[email protected] | |
with: | |
configuration-path: .github/branch-labels.yml |