This repository was archived by the owner on Feb 10, 2026. It is now read-only.
Add other oauth providers #277
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: Slash Command Routing | |
| permissions: | |
| contents: read | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| check_comments: | |
| if: ${{ github.event.issue.pull_request }} | |
| permissions: | |
| issues: write # for peter-evans/slash-command-dispatch to create issue reaction | |
| pull-requests: write # for peter-evans/slash-command-dispatch to create PR reaction | |
| uses: tektoncd/plumbing/.github/workflows/_slash.yml@8441d6ffad5bf64f631ed0e67e46192fdedaca47 | |
| secrets: inherit |