Skip to content

[Intermediate]: Reduce spam in .github/workflows/bot-office-hours.yml for maintainers/committersΒ #1159

@exploreriii

Description

@exploreriii

🧩 Intermediate Contributors

This issue is intended for contributors who already have some familiarity with the
Hiero Python SDK codebase and contribution workflow.

You should feel comfortable:

  • navigating existing source code and examples
  • understanding SDK concepts without step-by-step guidance
  • following the standard PR workflow without additional onboarding

If this is your very first contribution to the project, we recommend starting with a few
Good First Issues before working on this one.

🐞 Problem Description

We have a .github/workflows/bot-office-hours.yml which notifies users of an upcoming office hour on any pull request

Maintainers and committers already know of these office hours, because they run it, so do not need to be notified again

πŸ’‘ Expected Solution

Edit
.github/workflows/bot-office-hours.yml
to selectively filter out posting to issues created by @hiero-ledger/hiero-sdk-python-maintainers or @hiero-ledger/hiero-sdk-python-committers

🧠 Implementation Notes

  • pull data from the maintainers and committers
  • create a list of joint excluded users
  • update workflow so even if they have open pull requests, it skips posting to them
  • add permissions: member read

βœ… Acceptance Criteria

To merge this issue, the pull request must:

  • Fully address the problem described above
  • Follow existing project conventions and patterns
  • Include tests or example updates where appropriate
  • Pass all CI checks
  • Include a valid changelog entry
  • Use DCO and GPG-signed commits

πŸ“š Additional Context or Resources

Optional.

Metadata

Metadata

Assignees

Labels

github_actionsPull requests that update Github Actions code.intermediaterequires some knowledge of the codebase with some defined steps to implement or examples

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions