Skip to content

Removing obsolete string extension methods (#if NET8_0) #14593

Removing obsolete string extension methods (#if NET8_0)

Removing obsolete string extension methods (#if NET8_0) #14593

Workflow file for this run

name: Validate Pull Request
on:
push:
pull_request_target:
types: [opened, synchronize]
jobs:
validate-pull-request:
# To enable this workflow on a fork, comment out:
if: github.repository == 'OrchardCMS/OrchardCore'
name: Validate Pull Request
runs-on: ubuntu-24.04
timeout-minutes: 3
steps:
- name: Check for Merge Conflict in PR
uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3
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