Skip to content

Commit

Permalink
Bump EndBug/label-sync from 2.3.2 to 2.3.3
Browse files Browse the repository at this point in the history
Bumps [EndBug/label-sync](https://github.com/endbug/label-sync) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/endbug/label-sync/releases)
- [Commits](EndBug/label-sync@v2.3.2...v2.3.3)

---
updated-dependencies:
- dependency-name: EndBug/label-sync
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent d9620c3 commit a0d7eb1
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 a0d7eb1

Please sign in to comment.