From 4058192d9d84c19df52d1a1a5641d38573e075c8 Mon Sep 17 00:00:00 2001 From: SameeraPriyathamTadikonda Date: Wed, 8 Apr 2026 18:24:28 -0700 Subject: [PATCH] PDP-1182: Remove per-repo pr-workflow.yaml --- .github/workflows/pr-workflow.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/pr-workflow.yaml diff --git a/.github/workflows/pr-workflow.yaml b/.github/workflows/pr-workflow.yaml deleted file mode 100644 index 8c6f982..0000000 --- a/.github/workflows/pr-workflow.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: PR Workflow - -on: - # Using pull_request_target instead of pull_request to handle PRs from forks - pull_request_target: - types: [opened, edited, reopened, synchronize] - -jobs: - jira-pr-check: - name: 🏷️ Validate JIRA ticket ID - # Use the reusable workflow from the central repository - uses: marklogic/pr-workflows/.github/workflows/jira-id-check.yml@main - with: - # Pass the PR title from the event context - pr-title: ${{ github.event.pull_request.title }} - copyright-validation: - name: © Validate Copyright Headers - uses: marklogic/pr-workflows/.github/workflows/copyright-check.yml@main - permissions: - contents: read - pull-requests: write - issues: write