Skip to content

Commit

Permalink
πŸ”„ synced file(s) with conda/infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-bot committed Feb 19, 2024
1 parent db52885 commit f00af14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/labels.yml
Expand Up @@ -22,18 +22,18 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: has_local
uses: andstor/file-existence-action@v2.0.0
uses: andstor/file-existence-action@v3.0.0
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 f00af14

Please sign in to comment.