diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-07-31 22:51:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 22:51:06 +0200 |
commit | b9615419688353f4133520dc11456f7653e4cd08 (patch) | |
tree | a343478f27489893990e2ff12b1cf161ab108312 /.github | |
parent | dcdd5fed74445c526a361202a9e6c8459a38726b (diff) |
labeler: Stop removing labels
> Whether or not to remove labels when matching files are reverted or no longer changed by the PR
https://github.com/actions/labeler#inputs
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/labels.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 5f949ddc5..d83cb4f18 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -21,4 +21,4 @@ jobs: - uses: actions/labeler@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - sync-labels: true + sync-labels: false |