Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Apr 27, 2024
2 parents 7997ebd + 96179b0 commit 9eeaaac
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-signed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Validate if commits in PR are signed
on: pull_request

jobs:
signed-commits-check:
runs-on: ubuntu-latest
steps:

- name: Check out code
uses: actions/[email protected]

- name: Check signed commits in PR
uses: 1Password/check-signed-commits-action@v1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ List of awesome people offering their time **for free** to have a "coffee chat"

## Add yourself to this list

**Do not modify `README.md` directly: it will be autogenerated**. To add your name to this list, you need to add another object to the `people` array in [people.json](https://github.com/fharper/coffeechat/blob/main/people.json) and send a pull request. See [schema.json](schema.json) for the information about the JSON schema.
**Do not modify `README.md` directly: it will be autogenerated**. To add your name to this list, you need to add another object to the `people` array in [people.json](https://github.com/fharper/coffeechat/blob/main/people.json) and send a pull request. See [schema.json](schema.json) for the information about the JSON schema. Note that your commit need to be signed to ensure the authenticity of the person adding information here: more information on how to do that in the [GitHub documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).

If you have no idea how all this works, you can simply send me your information by [email](mailto:[email protected]), and I'll add you to the list myself with pleasure.

Expand Down
2 changes: 1 addition & 1 deletion scripts/README-TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PLACEHOLDER

## Add yourself to this list

**Do not modify `README.md` directly: it will be autogenerated**. To add your name to this list, you need to add another object to the `people` array in [people.json](https://github.com/fharper/coffeechat/blob/main/people.json) and send a pull request. See [schema.json](schema.json) for the information about the JSON schema.
**Do not modify `README.md` directly: it will be autogenerated**. To add your name to this list, you need to add another object to the `people` array in [people.json](https://github.com/fharper/coffeechat/blob/main/people.json) and send a pull request. See [schema.json](schema.json) for the information about the JSON schema. Note that your commit need to be signed to ensure the authenticity of the person adding information here: more information on how to do that in the [GitHub documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).

If you have no idea how all this works, you can simply send me your information by [email](mailto:[email protected]), and I'll add you to the list myself with pleasure.

Expand Down

0 comments on commit 9eeaaac

Please sign in to comment.