From: Zac Dover Date: Sat, 26 Oct 2024 13:06:05 +0000 (+1000) Subject: .github/check-license: correct grammar in "license check" X-Git-Tag: v20.0.0~756^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cbc33e8d983ee1d6fd8c0da9b558bef30ae6e664;p=ceph.git .github/check-license: correct grammar in "license check" Change "Check Incompatible Licenses" to "Check for Incompatible Licenses". This commit is made as part of a project to separate the changes in https://github.com/ceph/ceph/pull/60448 into individual pull requests. Co-authored-by: Anthony D'Atri Signed-off-by: Zac Dover --- diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml index 8d886bfdafa8..89dcfa292c3c 100644 --- a/.github/workflows/check-license.yml +++ b/.github/workflows/check-license.yml @@ -1,10 +1,10 @@ --- -name: "Check Incompatible Licenses" +name: "Check for Incompatible Licenses" on: [pull_request] jobs: pull_request: - name: "Check Incompatible Licenses" + name: "Check for Incompatible Licenses" runs-on: ubuntu-latest steps: - name: Check Pull Request