[C# loader] Layout allowlist + F1 help parity with Python loader #3140
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: issues-manager | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| issue_commented: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Custom Slash Commands | |
| uses: wow-actions/slash-commands@v1.1.0 | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| CONFIG_FILE: .github/slash-commands.yml | |
| - name: Pending Response Follow Up | |
| uses: siegerts/pending-response@v1.0 | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| pending-response-label: needs-more-info |