Skip to content

Org Policy Update Detected on 2023-08-04 #73

Org Policy Update Detected on 2023-08-04

Org Policy Update Detected on 2023-08-04 #73

Workflow file for this run

####################################################################
## Merge the PR if the label 'automerge' is assigned to the PR. ##
####################################################################
name: Auto-merge
on:
pull_request:
types:
- labeled
jobs:
pr-automation:
runs-on: ubuntu-latest
steps:
- name: Auto merge if 'automerge' label exists
uses: pascalgn/automerge-action@main
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}