Work around actions/labeler's upstream issue with label sync setting (#4844)

* Work around `actions/labeler`'s upstream issue with label sync setting

* Add comment about this being a workaround
This commit is contained in:
jack1142 2021-02-23 14:57:34 +01:00 committed by GitHub
parent 92ea92b617
commit f476b842d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,3 +10,4 @@ jobs:
uses: actions/labeler@v3 uses: actions/labeler@v3
with: with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: "" # this is a temporary workaround, see #4844