File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 99permissions :
1010 issues : write
1111 contents : read
12+ organizations : read
1213
1314jobs :
1415 enforce-intermediate-guard :
16+ concurrency :
17+ group : intermediate-guard-${{ github.event.issue.number || github.run_id }}
18+ cancel-in-progress : false
1519 if : contains(github.event.issue.labels.*.name, 'intermediate')
1620 runs-on : ubuntu-latest
1721 steps :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1414- Added a GitHub Actions workflow to validate broken Markdown links in pull requests.
1515- Added method chaining examples to the developer training guide (` docs/sdk_developers/training/coding_token_transactions.md ` ) (#1194 )
1616- Added documentation explaining how to pin GitHub Actions to specific commit SHAs (` docs/sdk_developers/how-to-pin-github-actions.md ` )(#1211 )
17- - Added workflow to prevent assigning intermediate issues to contributors without prior Good First Issue completion.
17+ - Added workflow to prevent assigning intermediate issues to contributors without prior Good First Issue completion ( # 1143 ) .
1818- examples/mypy.ini for stricter type checking in example scripts
1919- Added a GitHub Actions workflow that reminds contributors to link pull requests to issues.
2020- Added ` __str__ ` and ` __repr__ ` methods to ` AccountInfo ` class for improved logging and debugging experience (#1098 )
You can’t perform that action at this time.
0 commit comments