remove remove_dao_tx_count_of_address and remove_dao_tx_count_of_addr… #941
This file contains hidden or 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 }} |