chore: update rack cache's dalli uri (#2149) #634
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
name: Request to deploy testnet | |
permissions: | |
pull-requests: write | |
on: | |
push: | |
branches: [develop] | |
jobs: | |
request-to-deploy-testnet: | |
name: Request to deploy testnet | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Request PR | |
uses: repo-sync/pull-request@v2 | |
with: | |
source_branch: "develop" | |
destination_branch: "testnet" | |
pr_title: "Deploy to testnet" | |
pr_reviewer: "rabbitz,zmcNotafraid,keith-cy" | |
pr_label: "auto-pr" | |
github_token: ${{ secrets.GITHUB_TOKEN }} |