Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial config for CLA Assistant GH Action #6318

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
name: "CLA Assistant"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]

jobs:
CLAssistant:
runs-on: ubuntu-latest
steps:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
uses: cla-assistant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACTION_ACCESS_TOKEN }}
with:
# Where to store the signatures
remote-organization-name: gitpod-io
remote-repository-name: cla
branch: "main"
path-to-signatures: "signatures/v1/cla.json"
# messages for the bot to post
custom-notsigned-prcomment: |
Thank you for your submission, we really appreciate it.

Like many open-source projects, we ask that you sign our [Contributor License Agreement](https://www.gitpod.io/cla) before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.

If you want to contribute on behalf of a company rather than as an individual please leave a comment stating so and we will get in touch.
custom-pr-sign-comment: "I have read the CLA Document and I hereby sign the CLA"
# The following GitHub users don't have to sign the CLA
# - Gitpod employees (https://github.com/orgs/gitpod-io/teams/team-gitpod/members)
# - Bots
# - Anyone who signed the CLA manually prior to the use of CLA Assistant
# Filip Troníček (@filiptronicek)
# Jordan Hailey (@jordanhailey)
# Ofer Shaal (@shaal),
# Pudong Zheng (@iQQBot)
allowlist: >
Copy link
Contributor

@ghuntley ghuntley Nov 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thoughts: drop all people from this list except robots so we don't need to maintain it cross repos. Use this list only for robots which cannot do the /sign process. Asking everyone to resign isn't a concern + establishes a single source of truth in the signatures.json.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ghuntley I'll remove all the existing signers (it is probably out of date already anyway). For the bots I'll keep them for the first iteration so we can get this out the door and then we can simplify it later.

metcalfc,
mads-hartmann,
gtsiolis,
ghuntley,
aledbf,
meysholdt,
MrSimonEmms,
svenefftinge,
JanKoehnlein,
jankeromnes,
atduarte,
mikenikles,
jldec,
AlexTugarev,
akosyakov,
csweichel,
loujaybee,
laushinka,
wulfthimm,
pawlean,
JohannesLandgraf,
ArthurSens,
corneliusludmann,
jeanp413,
filiptronicek,
geropl,
princerachit,
nisarhassan12,
ChristinFrohne,
jakobhero,
KlasenK,
phimae,

roboquat,
autofix-bot,

filiptronicek,
jordanhailey,
shaal,
iQQBot