mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
18 lines
646 B
YAML
18 lines
646 B
YAML
name: Bunnyshell - Stop Preview Environment
|
|
concurrency: bns-start-stop-${{ github.event.issue.number }}
|
|
on:
|
|
issue_comment:
|
|
types: [created, edited]
|
|
permissions:
|
|
pull-requests: write
|
|
jobs:
|
|
start:
|
|
name: Stop Environment
|
|
uses: bunnyshell/workflows/.github/workflows/stop-env.yaml@v1
|
|
with:
|
|
project-id: ${{ vars.BUNNYSHELL_PROJECT_ID }}
|
|
env-name: 'Sylius PR #${{ github.event.issue.number }}'
|
|
allowed-users: ${{ vars.BUNNYSHELL_ALLOWED_USERS }}
|
|
comment-on-pr: true
|
|
secrets:
|
|
bunnyshell-access-token: ${{ secrets.BUNNYSHELL_ACCESS_TOKEN }}
|