Skip to content

Update dependency fastapi to ^0.111.1 || ^0.112.0 || ^0.113.0 || ^0.1… #91

Update dependency fastapi to ^0.111.1 || ^0.112.0 || ^0.113.0 || ^0.1…

Update dependency fastapi to ^0.111.1 || ^0.112.0 || ^0.113.0 || ^0.1… #91

name: Apply labels when deployed
on:
push:
branches:
- staging
- stable
- main
jobs:
label:
name: Apply labels
runs-on: ubuntu-latest
steps:
- name: Staging deployment
uses: fedora-infra/label-when-in-branch@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: staging
label: deployed:staging
- name: Production deployment
uses: fedora-infra/label-when-in-branch@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: stable
label: deployed:prod