Release v0.8.2 #111
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: "PR body contains license agreement" | |
on: [pull_request] | |
jobs: | |
license_agreement: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check PR | |
uses: JJ/github-pr-contains-action@releases/v2 | |
with: | |
github-token: ${{github.token}} | |
bodyContains: 'By opening this pull request, I agree for my modifications to be licensed under whatever licenses are indicated at the start of the files I modified' |