Skip to content

remove deprecated diagnostic-settings log rotation #134

remove deprecated diagnostic-settings log rotation

remove deprecated diagnostic-settings log rotation #134

Workflow file for this run

# Verify if a pull request contains the labels required to enable the merge button.
name: require-labels
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
require-labels:
name: Require labels
runs-on: ubuntu-22.04
steps:
- name: Require labels
uses: docker://agilepathway/pull-request-label-checker:v1.4.30
with:
any_of: "ok to merge :ok_hand:"
none_of: do not merge
repo_token: ${{ secrets.GITHUB_TOKEN }}