Skip to content

Commit

Permalink
feat: Updated .github/workflows/auto-gh-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 17, 2024
1 parent f595499 commit fdf6a28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-gh-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
pull_request:
# types:
# - closed
issue_comment:
pull_request_target:
types: [created]
pull_request_review_comment:
types: [created]
Expand Down Expand Up @@ -54,6 +54,8 @@ jobs:
# gh pr create --base main --head feat/auto-release-pr-624 --title "The bug is fixed" --body "$x" --repo openimsdk/open-im-server --reviewer "cubxxw"
continue-on-error: true
env:
RELEASE_BRANCH: release
BASE_BRANCH: main
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
GH_TOKEN: ${{ github.token }}
ISSUE: ${{ github.event.issue.html_url }}
Expand Down

0 comments on commit fdf6a28

Please sign in to comment.