-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent adding sibling to top level hardware item (#986)
* ci: add workflow for PR assign * ci: add step to upload wheel to release * ci: add step to build pdf documentation * fix: prevent adding sibling to top-level item or sibling to part * refactor: change error dialog message hyperlink to RAMSTK issue page * 'Refactored by Sourcery' (#987) Co-authored-by: Sourcery AI <> * style: fix formatting warnings Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fce6cae
commit 8e0b66f
Showing
9 changed files
with
161 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# This workflow runs when a pull request is assigned. | ||
# | ||
# - Job 1: | ||
# - Adds status: inprogress label to PR | ||
name: Pull Request Assign Workflow | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- assigned | ||
|
||
jobs: | ||
label_pr_in_progress: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Add in progress label | ||
uses: andymckay/labeler@master | ||
with: | ||
add-labels: "status: inprogress" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.