Skip to content

Adding a section on deploying applications #68

Adding a section on deploying applications

Adding a section on deploying applications #68

Workflow file for this run

name: PR Checks
on:
pull_request:
types: [opened, reopened, synchronize, labeled, unlabeled]
jobs:
check-do-not-merge-tag:
name: Check for do-not-merge tag
runs-on: ubuntu-latest
steps:
- name: Check for do-not-merge label
uses: mheap/github-action-required-labels@v5
with:
labels: "do-not-merge"
mode: exactly
count: 0