This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
[Transaction] Fix initTransaction might wait until request timeout (#… #656
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: KoP Release Notes | |
on: | |
push: | |
branches: | |
- master | |
path-ignores: | |
- 'docs/**' | |
- 'README.md' | |
- 'CONTRIBUTING.md' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: release note | |
uses: toolmantim/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |