-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|