-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded to latest react core for v6 beta. (#63)
* chore(pf-issues): Updated code to push issues to PatternFly Issues. (#52) * Fix link to virt-manager.org/download (#51) * chore: Create dependabot.yml * chore(deps): update novnc to 1.5.0 (#57) * fix(build): Update README.md to restart build that didn't deploy. * fix(beta): Upgraded to beta release candidate and mereged main fixes. fix(beta): * fix(doc-framework): Upgraded to the latest document framework. --------- Co-authored-by: Pierre CORSINI <[email protected]> Co-authored-by: Nicole Thoen <[email protected]> Co-authored-by: Jelle van der Waa <[email protected]>
- Loading branch information
1 parent
993717c
commit aef5e4b
Showing
17 changed files
with
405 additions
and
475 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: tuesday | ||
time: "12:00" | ||
timezone: EST | ||
allow: | ||
- dependency-type: "all" | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: | ||
- version-update:semver-major | ||
open-pull-requests-limit: 10 | ||
reviewers: | ||
- nicolethoen | ||
- dlabaj | ||
|
||
- package-ecosystem: npm | ||
directory: "/packages/module" | ||
schedule: | ||
interval: weekly | ||
day: tuesday | ||
time: "12:00" | ||
timezone: EST | ||
allow: | ||
- dependency-type: "all" | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: | ||
- version-update:semver-major | ||
open-pull-requests-limit: 10 | ||
reviewers: | ||
- nicolethoen | ||
- dlabaj |
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 |
---|---|---|
|
@@ -13,5 +13,5 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
project-url: https://github.com/orgs/patternfly/projects/12 | ||
project-url: https://github.com/orgs/patternfly/projects/7 | ||
github-token: ${{ secrets.GH_PROJECTS }} |
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
8 changes: 7 additions & 1 deletion
8
packages/module/src/components/AccessConsoles/AccessConsoles.tsx
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
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.