fix(cla): store signatures off master, where a bot can write them #1
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
| # Fails this PR if it has no usable description or its title says nothing. | |
| # | |
| # The rules live in imqueue/.github/.github/workflows/pr-quality.yml. They exist because | |
| # generated release notes are built from PR titles and bodies — see release.yml, which | |
| # creates the GitHub Release page on tag push and cannot invent detail nobody wrote down. | |
| # | |
| # `edited` is in the trigger list on purpose: fixing the description must clear the | |
| # failure without pushing a commit. | |
| name: PR quality | |
| on: | |
| pull_request: | |
| types: [opened, edited, reopened, synchronize] | |
| jobs: | |
| description: | |
| uses: imqueue/.github/.github/workflows/pr-quality.yml@master |