Skip to content

Update component's readme, add github actions workflows and pull request/issue templates.#25

Merged
Arthurk12 merged 4 commits into
bigbluebutton:developfrom
Arthurk12:house-keeping
May 12, 2026
Merged

Update component's readme, add github actions workflows and pull request/issue templates.#25
Arthurk12 merged 4 commits into
bigbluebutton:developfrom
Arthurk12:house-keeping

Conversation

@Arthurk12
Copy link
Copy Markdown
Member

What does this PR do?

  • Removes unused types file in BBBDivider component
  • Updates the props list in BBBModal and BBBToggle's readme
  • Adds github actions workflows for running eslinter, tscheck in PRs
  • Adds issue and pull request templates.

Closes #24

Arthurk12 added 4 commits May 12, 2026 14:30
Removes unused and wrong types file.
The props of BBBModal and BBBToggle has been changed recently to expose
the props of the underlying Material UI components but the readme of
such components has not been updated. So this commit does it.
- Add merge-branches composite action that checks out the base branch
  and merges the PR head into it before CI runs, catching integration
  issues early; includes error handling with annotated error messages
  on failure
- Add ts-code-validation workflow: runs ESLint on pull requests against
  the merged result of base + PR branches
- Add ts-code-compilation workflow: runs tsc type-check on pull requests
  against the merged result of base + PR branches
- Add sync-develop workflow: opens a back-merge PR from main into
  develop on every version tag push; skips if develop doesn't exist,
  branches are already in sync, or a PR is already open
@Arthurk12 Arthurk12 merged commit 8dd10ce into bigbluebutton:develop May 12, 2026
2 checks passed
@Arthurk12 Arthurk12 deleted the house-keeping branch May 12, 2026 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant