diff options
author | James McCoy <jamessan@jamessan.com> | 2022-02-15 06:15:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 06:15:15 -0500 |
commit | e29ba986f588eb58e3c9e2a9717b599e8ab347d2 (patch) | |
tree | 51d1a8a9458c8f3711f9a5e62e37170fc1cdb32e | |
parent | 89bff49570bfd1b86c55d97ce42cc59cbe9084da (diff) | |
parent | 5aed2e9f274b89d6566f42e2a68d5335c1dc9aa7 (diff) | |
download | rneovim-e29ba986f588eb58e3c9e2a9717b599e8ab347d2.tar.gz rneovim-e29ba986f588eb58e3c9e2a9717b599e8ab347d2.tar.bz2 rneovim-e29ba986f588eb58e3c9e2a9717b599e8ab347d2.zip |
Merge pull request #17409 from dundargoc/ci/disable-sync
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 |