Skip to content

Commit

Permalink
Add Solang
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <ry@linux.com>
  • Loading branch information
ryjones committed Aug 29, 2023
1 parent ab05636 commit 324597b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/configs/quarterly-report-reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,17 @@ projects:
- date: 2023-11-09
title: Reminder to submit the 2023 Q4 quarterly project report
description: Dear @hyperledger/anoncreds-maintainers, please submit the 2023 Q4 quarterly report (due 2023-11-09) for @hyperledger/toc review and mark this issue as complete.
- name: Hyperledger Solang
github_org: hyperledger
github_repo: solang
maintainers:
- seanyoung
- LucasSte
- xermicus
schedules:
- date: 2023-08-24
title: Reminder to submit the 2023 Q3 quarterly project report
description: Dear @hyperledger/solang-committers, please submit the 2023 Q3 quarterly report (due 2023-08-24) for @hyperledger/toc review and mark this issue as complete.
- date: 2023-11-23
title: Reminder to submit the 2023 Q4 quarterly project report
description: Dear @hyperledger/solang-committers, please submit the 2023 Q4 quarterly report (due 2023-11-23) for @hyperledger/toc review and mark this issue as complete.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout the toc repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run the command now
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quarterly-report-reminders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout the toc repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: GitHub Issue Schedule
uses: hyperledger-tooling/github-issue-schedule@1.1
Expand Down

0 comments on commit 324597b

Please sign in to comment.