Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#1282] bugfix(CI) Automatically trigger CI for auto-cherry-pick work…
…flow (#1337) Based on the document of [`github-cherry-pick-action`](https://github.com/marketplace/actions/github-cherry-pick-action#action-inputs), add token input to change the default token that the auto-cherry-pick workflow used. > [!WARNING] > Need to add a PAT to the organization with the name `BOT_TOKEN`. ### What changes were proposed in this pull request? Automatically trigger CI for auto-cherry-pick workflow with a customized token, instead of the default `GITHUB_TOKEN`, which is prohibited from triggering another workflow. ### Why are the changes needed? Fix: #1282 ### Does this PR introduce _any_ user-facing change? No user-facing change, but we should add a PAT to the organization with the name `BOT_TOKEN`. ### How was this patch tested? N/A Signed-off-by: Bo-Wei Chen(BWbwchen) <tim.chenbw@gmail.com>
- Loading branch information