Skip to content

chore(deps): bump requests from 2.32.5 to 2.33.0 in /apiv2 #1598

chore(deps): bump requests from 2.32.5 to 2.33.0 in /apiv2

chore(deps): bump requests from 2.32.5 to 2.33.0 in /apiv2 #1598

name: Create an RDev Stack
on:
pull_request:
types: [labeled, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
create-stack:
runs-on: ARM64
if: contains(github.event.pull_request.labels.*.name, 'stack')
permissions:
id-token: write
issues: write
pull-requests: write
steps:
- name: Create Stack
id: upsert
uses: chanzuckerberg/argus-artifacts/ci/packages/create-stack@v0
with:
appName: cryoet-apiv2
envName: rdev
waitForDeploymentSeconds: 600