forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable the cherry-pick bot (apache#8799)
--- *Motivation* Disable the cherry-pick bot. Because of the cherry-pick bot will change the author of the PR and maybe need another way to do the cherry-pick automatically.
- Loading branch information
Showing
1 changed file
with
0 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,26 +47,3 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.PULSARBOT_TOKEN }} | ||
uses: apache/pulsar-test-infra/pulsarbot@master | ||
|
||
# Just use a github user who has permission to create a branch on the apache/pulsar repo. | ||
# We can consider creating a bot user to do this. | ||
- name: Cherry-pick prompt | ||
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true | ||
uses: apache/pulsar-test-infra/cherry-pick@master | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.PULSARBOT_TOKEN }} | ||
with: | ||
type: prompt-comment | ||
github_user: codelipenghui | ||
github_email: '[email protected]' | ||
github_repos: 'apache/pulsar' | ||
|
||
- name: Cherry-pick | ||
if: github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '/pulsarbot cherry-pick') | ||
uses: apache/pulsar-test-infra/cherry-pick@master | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.PULSARBOT_TOKEN }} | ||
with: | ||
github_user: codelipenghui | ||
github_email: '[email protected]' | ||
github_repos: 'apache/pulsar' |