Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 23e7bf5

Browse files
authored
Revert "CLA bot: push to cla-assistant/update-signatures branch" (#77)
Revert "CLA bot: push to cla-assistant/update-signatures branch (#74)" This reverts commit 6c28251.
1 parent 4bfecdc commit 23e7bf5

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/cla.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path-to-signatures: 'signatures/version1/cla.json'
2222
path-to-document: 'https://github.com/aoirint/uguisu/blob/main/CLA.md' # e.g. a CLA or a DCO document
2323
# branch should not be protected
24-
branch: 'cla-assistant/update-signatures'
24+
branch: 'main'
2525
# below are the optional inputs - If the optional inputs are not given, then default values will be taken
2626
# allowlist: user1,bot*
2727
# remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
@@ -33,12 +33,3 @@ jobs:
3333
# custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
3434
# lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
3535
# use-dco-flag: true - If you are using DCO instead of CLA
36-
37-
- name: "Create Pull Request"
38-
if: failure()
39-
uses: peter-evans/create-pull-request@v4
40-
with:
41-
title: 'Update CLA signatures'
42-
base: 'main'
43-
branch: 'cla-assistant/update-signatures'
44-
delete-branch: true

0 commit comments

Comments
 (0)