Skip to content

Clarify docs around usage of help icon for tooltip/popover text #501

Clarify docs around usage of help icon for tooltip/popover text

Clarify docs around usage of help icon for tooltip/popover text #501

Workflow file for this run

name: Add relevant issues to extensions project board
on:
issues:
types:
- labeled
jobs:
add-to-extensions:
if: github.event.label.name == 'extension'
name: Add issue to extensions board
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/patternfly/projects/12
github-token: ${{ secrets.GH_PROJECTS }}