Skip to content

Commit

Permalink
Merge pull request #13578 from bboozzoo/bboozzoo/CLA-check-comment
Browse files Browse the repository at this point in the history
github/workflows/cla-check: enable comments by running in the context of the base repository
  • Loading branch information
ernestl authored Feb 13, 2024
2 parents 68d4025 + 5a5bbdb commit 02e4025
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cla-check.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: cla-check
on:
# Only run on pull requests: not pushes
pull_request:
# Only run when a pull request get opened; run in the context of the base
# repository, not the fork so that comments can be posted
pull_request_target:
branches: [ "master", "release/**" ]

jobs:
Expand Down

0 comments on commit 02e4025

Please sign in to comment.