Skip to content

Added limit of 100 bookings per group for Mews-side Process group #4

Added limit of 100 bookings per group for Mews-side Process group

Added limit of 100 bookings per group for Mews-side Process group #4

Workflow file for this run

name: Add Labels
on:
pull_request:
types:
- opened
jobs:
add-label:
name: Add Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: christianvuerings/add-labels@v1
with:
labels: |
con.distribution
documentation-only
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}