discussion: how to use refined github for alt accounts? #1097
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: Conversation | |
| on: | |
| pull_request_target: | |
| types: [opened, edited] | |
| issues: | |
| types: [opened, edited] | |
| jobs: | |
| Title: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| issues: write | |
| steps: | |
| - uses: fregante/title-to-labels-action@v1 | |
| with: | |
| token: ${{ github.token }} | |
| - uses: actions/checkout@v6 | |
| - uses: fregante/keyword-formatter-action@v1 | |
| with: | |
| token: ${{ github.token }} | |
| keywords-path: source/features |