Skip to content

Bump actions/create-github-app-token from 1 to 2 in the github-actions-update group #227

Bump actions/create-github-app-token from 1 to 2 in the github-actions-update group

Bump actions/create-github-app-token from 1 to 2 in the github-actions-update group #227

Workflow file for this run

name: pr
on:
pull_request:
types: [synchronize, opened, reopened, labeled, unlabeled]
jobs:
label-do-not-merge:
runs-on: ubuntu-latest
steps:
- run: |-
if [ "${{ contains(join(github.event.pull_request.labels.*.name, ', '), 'do-not-merge') }}" = "true" ]; then
exit 1
fi
exit 0