Elect version ec35ebd252d4ffb151d2cfceba3a86c4fb87c6d6 #1387
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
# triggered on all repositories via rulesets | |
name: CLA Check Ruleset | |
on: | |
# because the cla workflow will run on worflows generated from forks, they do not have access to secrets | |
# pull_request_target only runs the workflow on the master branch but allows access to secrets | |
pull_request_target: | |
branches: | |
- 'master' | |
- 'main' | |
merge_group: | |
jobs: | |
call-check-cla: | |
uses: dfinity/public-workflows/.github/workflows/check_cla.yml@main | |
secrets: inherit |