Skip to content

Update dependency typescript to v5 #10

Update dependency typescript to v5

Update dependency typescript to v5 #10

# SPDX-FileCopyrightText: Contributors to the Fedora Project
#
# SPDX-License-Identifier: MIT
name: Apply labels to deployed issues and PRs
on:
push:
branches:
- staging
- stable
jobs:
label:
name: Apply labels
runs-on: ubuntu-latest
steps:
- name: Staging deployment
uses: abompard/label-when-in-branch@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: staging
label: deployed:staging
- name: Production deployment
uses: abompard/label-when-in-branch
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: stable
label: deployed:prod