Skip to content

Commit

Permalink
Merge PR ceph#60317 into main
Browse files Browse the repository at this point in the history
* refs/pull/60317/head:
	.github: detect GPL license in PRs

Reviewed-by: Patrick Donnelly <[email protected]>
  • Loading branch information
Patrick Donnelly committed Oct 16, 2024
2 parents e928af1 + 2ed1a3b commit ce84e76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-license.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: "Check Incomatible Licenses"
on: [pull_request]

jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- name: Check PR
uses: JJ/github-pr-contains-action@526dfe784d8604ea1c39b6c26609074de95b1ffd # releases/v14.1
with:
github-token: ${{github.token}}
diffDoesNotContain: "GNU General Public License"

0 comments on commit ce84e76

Please sign in to comment.