From 673d238f314d53ef7eecce27b21c094bf3a5975b Mon Sep 17 00:00:00 2001 From: Reece Hart Date: Wed, 31 Jan 2024 19:55:28 -0800 Subject: [PATCH] drop dry-run from label sync --- .github/workflows/labels.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 2b8e7f6..a22328a 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -27,6 +27,4 @@ jobs: https://raw.githubusercontent.com/biocommons/.github/main/etc/labels.yml .github/labels.yml - delete-other-labels: false - dry-run: true - #token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + delete-other-labels: false \ No newline at end of file