fix(www): LinkedIn social link #100
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
name: Validate PR title | |
on: | |
pull_request: | |
types: [opened, edited, synchronize] | |
# Disable permissions for all available scopes | |
permissions: {} | |
jobs: | |
validate-pr-title: | |
name: Validate PR title | |
permissions: | |
pull-requests: write | |
uses: 3ware/workflows/.github/workflows/pr-title.yaml@967c3673d8c3e538b47ad2c2b75a89268d990e61 # v2.6.0 |