Skip to content

Style Pager in TheTheme #10043

Style Pager in TheTheme

Style Pager in TheTheme #10043

Workflow file for this run

name: Validate Pull Request
on:
push:
pull_request_target:
types: [opened, synchronize]
jobs:
validate-pull-request:
name: Validate Pull Request
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Check for Merge Conflict in PR
uses: eps1lon/actions-label-merge-conflict@1b1b1fcde06a9b3d089f3464c96417961dde1168 # v3.0.2
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
commentOnDirty: "This pull request has merge conflicts. Please resolve those before requesting a review."
dirtyLabel: "merge conflict"
# The default 120 is too long. The mergeable state is usually calculated by GitHub within seconds.
retryAfter: 5