Skip to content

build/update_branch_v1_2_5 #258

build/update_branch_v1_2_5

build/update_branch_v1_2_5 #258

Workflow file for this run

name: Pull Request Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Ready for Deploy
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
all_of: ":white_check_mark: Pronto para lançamento"
repo_token: ${{ secrets.GITHUB_TOKEN }}