Rename STACK_SEED_INTERNAL_PROJECT_PUBLISHABLE_CLIENT_KEY to STACK_INTERNAL_PROJECT_PUBLISHABLE_CLIENT_KEY #660
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: 'Auto Assign PR Creator' | |
| on: | |
| pull_request: | |
| types: [opened] | |
| jobs: | |
| add-reviews: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - uses: kentaro-m/auto-assign-action@63835bc940442c9eca8d1c8f8a2cc7fe0f45cd7b | |
| with: | |
| configuration-path: '.github/auto_assign.yml' |