Skip to content

Commit

Permalink
πŸ”„ synced file(s) with conda/infrastructure (#309)
Browse files Browse the repository at this point in the history
Co-authored-by: Conda Bot <conda-bot@users.noreply.github.com>
  • Loading branch information
conda-bot and conda-bot authored Feb 19, 2024
1 parent 60c249a commit b566513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
with:
files: ${{ env.LOCAL }}
- name: Global Only
uses: EndBug/label-sync@v2.3.2
uses: EndBug/label-sync@v2.3.3
if: steps.has_local.outputs.files_exists == 'false'
with:
config-file: ${{ env.GLOBAL }}
delete-other-labels: true
dry-run: ${{ github.event.inputs.dryrun }}
- name: Global & Local
uses: EndBug/label-sync@v2.3.2
uses: EndBug/label-sync@v2.3.3
if: steps.has_local.outputs.files_exists == 'true'
with:
config-file: |
Expand Down

0 comments on commit b566513

Please sign in to comment.