Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(issue-regex-labeler): remove sync-labels option (#25377)
github/issue-labeler v3 introduced the following breaking change: "Issue labels that do not match a regex will no longer be removed by default unless you set sync-labels: to 1" So we added `sync-labels: 1` to keep the previous behavior. However, we only label new issues, not existing issues, so the action does not need to sync or remove any labels.
- Loading branch information