PDP-1182 SECCMP-1797: Add top-level permissions and fix unnecessary write permission #347
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR Workflow | |
| on: | |
| pull_request_target: | |
| types: [opened, edited, reopened, synchronize] | |
| permissions: | |
| contents: read | |
| jobs: | |
| jira-pr-check: | |
| name: 🏷️ Validate JIRA ticket ID | |
| uses: marklogic/pr-workflows/.github/workflows/jira-id-check.yml@main | |
| with: | |
| 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 |