Add AI support for delivering a new PatternFly release. #1
This file contains hidden or 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
| name: Label PF Team issues | |
| permissions: | |
| contents: read | |
| issues: write | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| jobs: | |
| label: | |
| uses: patternfly/.github/.github/workflows/add-pf-team-label-workflow.yml@main | |
| secrets: inherit |