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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ jobs:
22
22
path-to-document: 'https://github.com/Codeuctivity/ImageSharp.Compare/cla.md'# e.g. a CLA or a DCO document
23
23
# branch should not be protected
24
24
branch: 'main'
25
-
allowlist: dependabot
25
+
allowlist: dependabot[bot]
26
26
27
27
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
28
28
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
@@ -33,4 +33,4 @@ jobs:
33
33
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
34
34
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
35
35
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
36
-
#use-dco-flag: true - If you are using DCO instead of CLA
36
+
#use-dco-flag: true - If you are using DCO instead of CLA
0 commit comments