Skip to content

Commit 71424ba

Browse files
committed
fix: address intermediate guard workflow feedback
Signed-off-by: Mounil <[email protected]>
1 parent b3b4c6f commit 71424ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/bot-intermediate-assignment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ on:
99
permissions:
1010
issues: write
1111
contents: read
12+
organizations: read
1213

1314
jobs:
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:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)