We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d70fe5 commit 6cf42d6Copy full SHA for 6cf42d6
.github/workflows/cla.yml
@@ -1,6 +1,9 @@
1
# The name of the file should not be changed as it is used in Org Ruleset
2
name: cla-check
3
-on: [pull_request]
+on:
4
+ pull_request:
5
+ merge_group:
6
+ types: [checks_requested]
7
8
jobs:
9
cla-check:
0 commit comments