.github: Bump JJ/github-pr-contains-action from 526dfe784d8604ea1c39b6c26609074de95b1ffd to bdece3f70a1f1d147ca756552ff357f4755f0755 #1
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: "Check for Incompatible Licenses" | |
on: [pull_request] | |
jobs: | |
pull_request: | |
name: "Check for Incompatible Licenses" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check Pull Request | |
uses: JJ/github-pr-contains-action@bdece3f70a1f1d147ca756552ff357f4755f0755 # releases/v14.1 | |
with: | |
github-token: ${{github.token}} | |
diffDoesNotContain: "GNU General Public License" |