feat: add performance-testing package #32102
Workflow file for this run
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: OctoGuide | |
| on: # zizmor: ignore[dangerous-triggers] This workflow does not check out or execute pull request code. | |
| discussion: | |
| types: | |
| - created | |
| - edited | |
| discussion_comment: | |
| types: | |
| - created | |
| - deleted | |
| - edited | |
| issue_comment: | |
| types: | |
| - created | |
| - deleted | |
| - edited | |
| issues: | |
| types: | |
| - edited | |
| - opened | |
| pull_request_review_comment: | |
| types: | |
| - created | |
| - deleted | |
| - edited | |
| pull_request_target: | |
| types: | |
| - edited | |
| - opened | |
| permissions: | |
| discussions: write | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| octoguide: | |
| runs-on: ubuntu-slim | |
| steps: | |
| - uses: OctoGuide/bot@e32639b1839e810d13613f21f417ebf6e90b821a # 0.21.3 | |
| with: | |
| config: strict | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| include-associations: "FIRST_TIMER,FIRST_TIME_CONTRIBUTOR,CONTRIBUTOR" |