mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-14 17:54:40 +00:00
Add DCO workflow
Signed-off-by: Miki <mehranb@amazon.com>
This commit is contained in:
parent
4cc55095e6
commit
46861d8c8d
18
.github/workflows/dco.yml
vendored
Normal file
18
.github/workflows/dco.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Developer Certificate of Origin Check
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Get PR Commits
|
||||
id: 'get-pr-commits'
|
||||
uses: tim-actions/get-pr-commits@v1.1.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: DCO Check
|
||||
uses: tim-actions/dco@v1.1.0
|
||||
with:
|
||||
commits: ${{ steps.get-pr-commits.outputs.commits }}
|
Loading…
x
Reference in New Issue
Block a user