diff options
author | Dundar Göc <gocdundar@gmail.com> | 2022-02-14 21:16:36 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-02-14 21:16:36 +0100 |
commit | 5aed2e9f274b89d6566f42e2a68d5335c1dc9aa7 (patch) | |
tree | 856ff9527817b695412fbc58bd7c1956e99d7d51 | |
parent | 758d7726df1cabd3ed93403e087dab93fc3ceba7 (diff) | |
download | rneovim-5aed2e9f274b89d6566f42e2a68d5335c1dc9aa7.tar.gz rneovim-5aed2e9f274b89d6566f42e2a68d5335c1dc9aa7.tar.bz2 rneovim-5aed2e9f274b89d6566f42e2a68d5335c1dc9aa7.zip |
ci(labeler): disable sync that interferes with other jobs
-rw-r--r-- | .github/workflows/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 736b8ae630..d16b382ca7 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -13,10 +13,10 @@ jobs: - uses: actions/labeler@main with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + sync-labels: "" type-scope: runs-on: ubuntu-latest - needs: ["triage"] permissions: contents: write pull-requests: write |