Skip to content

Commit

Permalink
Merge branch 'v10' into 10670-statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
janhassel committed Mar 24, 2022
2 parents 80a2803 + b580542 commit d4d9690
Show file tree
Hide file tree
Showing 43 changed files with 5,854 additions and 1,480 deletions.
138 changes: 0 additions & 138 deletions .github/workflows/ci.yml

This file was deleted.

42 changes: 29 additions & 13 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,47 @@
name: "DCO Assistant"
name: 'DCO Assistant'
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
types:
- opened
- closed
- synchronize
branches:
- 'v10'

jobs:
DCO:
runs-on: ubuntu-latest
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'
- 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.3-beta
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
path-to-signatures: "dco-signatures.json"
path-to-document: "https://github.com/carbon-design-system/carbon-dco/blob/main/dco.md"
branch: "main"
path-to-signatures: 'dco-signatures.json'
path-to-document: 'https://github.com/carbon-design-system/carbon-dco/blob/main/dco.md'
branch: 'main'
allowlist: bot*
remote-organization-name: carbon-design-system
remote-repository-name: carbon-dco
create-file-commit-message: "chore: create file to store dco signatures"
signed-commit-message: "chore: $contributorName has signed the dco in #$pullRequestNo"
custom-notsigned-prcomment: "Thanks for your submission! We ask that $you sign our [Developer Certificate of Origin](https://github.com/carbon-design-system/carbon-dco/blob/main/dco.md) before we can accept your contribution. You can sign the DCO by adding a comment below using this text:"
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."
create-file-commit-message:
'chore: create file to store dco signatures'
signed-commit-message:
'chore: $contributorName has signed the dco in #$pullRequestNo'
custom-notsigned-prcomment:
'Thanks for your submission! We ask that $you sign our [Developer
Certificate of
Origin](https://github.com/carbon-design-system/carbon-dco/blob/main/dco.md)
before we can accept your contribution. You can sign the DCO by
adding a comment below using this text:'
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
51 changes: 0 additions & 51 deletions .github/workflows/deploy-react-storybook.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/nightly-release.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/release.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/sync-generated-files.yml

This file was deleted.

Loading

0 comments on commit d4d9690

Please sign in to comment.