Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(workflow): Fix globstar paths in labeler workflow and revise PR template #675

Merged
merged 6 commits into from
Jul 19, 2023

Conversation

sihyung-maxim
Copy link
Contributor

@sihyung-maxim sihyung-maxim commented Jul 18, 2023

Description

Fixed the globstar paths for the labeler workflow. Hopefully, it should work now.

Also, revised the PR template.

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.
  • (Optional) Link any related GitHub issues using a keyword
  • (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.

@github-actions github-actions bot added the Workflow Related to Workflow development label Jul 18, 2023
@sihyung-maxim sihyung-maxim changed the title fix(workflow): Fix labeler workflow filter by removing leading '*' fix(workflow): Fix labeler workflow filter by removing leading '*' and revise PR template Jul 18, 2023
@sihyung-maxim sihyung-maxim changed the title fix(workflow): Fix labeler workflow filter by removing leading '*' and revise PR template fix(workflow): Fix globstar paths in labeler workflow and revise PR template Jul 18, 2023
Copy link
Contributor

@Jake-Carter Jake-Carter left a comment

Choose a reason for hiding this comment

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

I think the maintenance overhead of this workflow has outweighed its usefulness so far.

It will be more valuable when we start auto-generating the release notes, but that's also something we still need to implement.

- '*Libraries/BlePhy/*'
- '*Libraries/Cordio/*'
- '*Tools/Bluetooth/*'
- '**/Examples/**/BLE*/**/*'
Copy link
Contributor

Choose a reason for hiding this comment

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

Doesn't make sense that we would need to start this with a recursive glob. Assuming you've already tried Examples/**/... and it didn't work I guess this is fine if it gets the workflow to behave.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Usually, there's no need to, but I noticed the location of the runner when it checks out the HEAD can sometimes vary between inside or outside the directory repo

@sihyung-maxim sihyung-maxim merged commit 0140d45 into main Jul 19, 2023
12 checks passed
@sihyung-maxim sihyung-maxim deleted the fix/labeler branch July 19, 2023 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Workflow Related to Workflow development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants