Skip to content

Commit

Permalink
chore(dco): update dco.yml (carbon-design-system#3078)
Browse files Browse the repository at this point in the history
* Update dco.yml

* chore(format):  run yarn format

Co-authored-by: Alessandra Davila <adavila91@gmail.com>
  • Loading branch information
tw15egan and aledavila authored Aug 9, 2022
1 parent 1e3acc9 commit 58b67d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: "DCO Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the DCO document and I hereby sign the DCO.') || github.event_name == 'pull_request_target'
uses: cla-assistant/github-action@v2.1.2-beta
uses: cla-assistant/github-action@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand All @@ -28,4 +28,4 @@ jobs:
custom-pr-sign-comment: "I have read the DCO document and I hereby sign the DCO."
custom-allsigned-prcomment: "All contributors have signed the DCO."
lock-pullrequest-aftermerge: false
use-dco-flag: true
use-dco-flag: true

0 comments on commit 58b67d1

Please sign in to comment.