Skip to content

Commit

Permalink
chore(pf-issues): Updated github actions to push issues to PatternFly…
Browse files Browse the repository at this point in the history
… Issues.
  • Loading branch information
dlabaj committed Apr 4, 2024
1 parent 3aedede commit 3538605
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,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 }}
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ const pageData = {
"type": "React.ReactNode",
"description": "Toolbar rendered in the log viewer header"
},
{
"name": "useAnsiClasses",
"type": "boolean",
"description": "Flag to enable or disable the use of classes (instead of inline styles) for ANSI coloring/formatting."
},
{
"name": "width",
"type": "number | string",
Expand Down

0 comments on commit 3538605

Please sign in to comment.