Skip to content

Implement ApplicationCredentials #2016

Implement ApplicationCredentials

Implement ApplicationCredentials #2016

name: Ready
on:
merge_group:
pull_request:
types:
- labeled
- opened
- reopened
- synchronize
- unlabeled
permissions: {}
jobs:
hold:
if: github.event.pull_request.merged == false
runs-on: ubuntu-latest
steps:
- if: >
contains(github.event.pull_request.labels.*.name, 'hold')
run: 'false'
- if: >
!contains(github.event.pull_request.labels.*.name, 'hold')
run: 'true'