You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cla.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ jobs:
21
21
path-to-document: "https://github.com/Codeuctivity/PdfAValidatorApi/blob/main/cla.md"# e.g. a CLA or a DCO document
22
22
# branch should not be protected
23
23
branch: "cla"
24
-
allowlist: dependabot[bot],stesee
24
+
allowlist: dependabot[bot],stesee,copilot[bot]
25
25
26
26
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
27
27
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
0 commit comments