Skip to content

feat: add action for checking upstream for changes#33

Merged
asdolo merged 1 commit intomasterfrom
feat/add_action_for_checking_upstream_for_changes
Aug 27, 2024
Merged

feat: add action for checking upstream for changes#33
asdolo merged 1 commit intomasterfrom
feat/add_action_for_checking_upstream_for_changes

Conversation

@asdolo
Copy link
Copy Markdown
Collaborator

@asdolo asdolo commented Aug 26, 2024

What does this do?

  • This PR adds a new GitHub Action to check for upstream (obytes) changes and it creates a new branch and a PR with those changes. The action will automatically be triggered daily. It also allows for manual/API triggered checks (workflow_dispatch).
  • It also modifies the cli app so new projects created with the latest cli version will also have this action, which will check if Rootstrap's Template repository has new changes to be merged to their project.

Why did you do this?

To automate, notify and control what changes we want to merge from the upstream repository (Obytes) to our template.

Who/what does this impact?

  • Template Maintainers because, starting from now, new PRs will be automatically created and they'll have the responsibility to review them, decide and debate which changes from Obytes we want to include in our Template and fix possible merge conflicts.
  • Developers using our Template in their projects.

How did you test this?

#34

@asdolo asdolo self-assigned this Aug 26, 2024
@asdolo asdolo requested a review from a team as a code owner August 26, 2024 20:57
@github-actions
Copy link
Copy Markdown

github-actions bot commented Aug 26, 2024

💯 Test Coverage

Lines Statements Branches Functions
Coverage: 45%
44.6% (223/500) 37.28% (85/228) 30.36% (58/191)

😎 Tests Results

Tests Skipped Failures Errors Time
53 0 💤 0 ❌ 0 🔥 26.924s ⏱️
👀 Tests Details • (45%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files44.637.2830.3645.89 
report-only-changed-files is enabled. No files were changed in this commit :)

@asdolo asdolo force-pushed the feat/add_action_for_checking_upstream_for_changes branch 3 times, most recently from 7fd0768 to ac0af93 Compare August 27, 2024 00:17
@asdolo asdolo changed the base branch from master to test/api_add_tests_for_axios_interceptors August 27, 2024 00:19
Copy link
Copy Markdown

@juanchoperezj juanchoperezj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@asdolo asdolo deleted the branch master August 27, 2024 20:14
@asdolo asdolo closed this Aug 27, 2024
@asdolo asdolo reopened this Aug 27, 2024
@asdolo asdolo changed the base branch from test/api_add_tests_for_axios_interceptors to master August 27, 2024 20:16
@asdolo asdolo force-pushed the feat/add_action_for_checking_upstream_for_changes branch from ac0af93 to 42ca8e8 Compare August 27, 2024 20:16
@asdolo asdolo merged commit 54272d1 into master Aug 27, 2024
@asdolo asdolo deleted the feat/add_action_for_checking_upstream_for_changes branch August 27, 2024 20:22
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.

3 participants