Skip to content

Commit

Permalink
Add dco workflow and update copyright notice
Browse files Browse the repository at this point in the history
Signed-off-by: Annie Lee <leeyun@amazon.com>
  • Loading branch information
Annie Lee committed Nov 9, 2021
1 parent 5bf7a8c commit bf9a3c2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
@@ -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 }}
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenSearch
Copyright 2021 OpenSearch Contributors
OpenSearch (https://opensearch.org/)
Copyright OpenSearch Contributors

This product includes software developed by
Elasticsearch (http://www.elastic.co).
Expand Down
1 change: 1 addition & 0 deletions release-notes/opensearch-alerting.release-notes-1.2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Compatible with OpenSearch 1.2.0
### Maintenance

* Update copyright notice ([#222](https://github.com/opensearch-project/alerting/pull/222))
* Update copyright notice and add DCO workflow ([#229](https://github.com/opensearch-project/alerting/pull/229))

0 comments on commit bf9a3c2

Please sign in to comment.