diff --git a/.github/workflows/assign_labels_to_all_repos.yml b/.github/workflows/assign_labels_to_all_repos.yml index 0b0b7c6..03e4cf7 100644 --- a/.github/workflows/assign_labels_to_all_repos.yml +++ b/.github/workflows/assign_labels_to_all_repos.yml @@ -16,14 +16,17 @@ jobs: assign-labels: runs-on: ubuntu-latest steps: - - name: Checkout the repo - uses: actions/checkout@v4 - - - name: Install github-label-sync + # - name: Checkout the repo + # uses: actions/checkout@v4 + - name: Test the repo run: | - npm install -g github-label-sync + tree - - name: Assign labels into all repos - working-directory: ./labels # labels.json is default filename for github-label-sync - run: | - github-label-sync pylhc/optics_functions \ No newline at end of file + # - name: Install github-label-sync + # run: | + # npm install -g github-label-sync + + # - name: Assign labels into all repos + # working-directory: ./labels # labels.json is default filename for github-label-sync + # run: | + # github-label-sync pylhc/optics_functions \ No newline at end of file