Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
fixed actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jc01rho committed May 5, 2022
1 parent 88b01ab commit 374d9ee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pr-from-hkg-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ jobs:
with:
destination_branch: "feature/0814"
github_token: ${{ secrets.GITHUB_TOKEN }}
# pr_reviewer: "jc01rho" # Comma-separated list (no spaces)
pr_reviewer: "jc01rho" # Comma-separated list (no spaces)
# pr_assignee: "jc01rho"
pr_label: "automerge"

- uses: peter-evans/enable-pull-request-automerge@v2
with:
token: ${{ secrets.PAT }}
pull-request-number: ${{steps.open-pr.outputs.pr_number}}



# - name: set remote and merge
Expand Down

0 comments on commit 374d9ee

Please sign in to comment.