Skip to content

Commit

Permalink
Update release note and copy right notice, and add dco workflow (open…
Browse files Browse the repository at this point in the history
…search-project#229)

Signed-off-by: Annie Lee <[email protected]>
  • Loading branch information
annie3431 authored and Annie Lee committed Nov 9, 2021
1 parent 107d72a commit 7ac0457
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/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: DCO Check
uses: tim-actions/[email protected]
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 7ac0457

Please sign in to comment.