fix: Update GitHub App secrets to correct values #75
Workflow file for this run
This file contains 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
# This file is managed by terraform and should be edited directly | |
name: Validate PR title | |
on: | |
pull_request: | |
types: | |
- opened | |
- edited | |
- synchronize | |
jobs: | |
conventional-pr-title: | |
permissions: | |
pull-requests: read | |
uses: 3ware/workflows/.github/workflows/pr-title.yaml@v1.8.0 |