Skip to content

Commit 649cb0f

Browse files
Omswastik-11exploreriii
authored andcommitted
chore: rename community call and office hour bots to cron prefix (hiero-ledger#2077)
Signed-off-by: Omswastik-11 <omswastikpanda11@gmail.com> Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com> Signed-off-by: Om Swastik Panda <omswastikpanda11@gmail.com> Co-authored-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent c386632 commit 649cb0f

5 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/bot-community-calls.yml renamed to .github/workflows/cron-community-calls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run || 'false' }}
4141
run: |
42-
bash .github/scripts/bot-community-calls.sh
42+
bash .github/scripts/cron-community-calls.sh
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run || 'false' }}
4040
run: |
41-
bash .github/scripts/bot-office-hours.sh
41+
bash .github/scripts/cron-office-hours.sh

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2323

2424

2525
### .github
26+
- Renamed community call and office hour bots to use the `cron-` prefix (#2068)
2627
- chore: Replace issue templates with upstream sdk-collaboration-hub versions; fix broken `tree/main` links, YAML indentation bugs, `.CHANGELOG.md` typo, duplicate step numbering, and misnumbered list in beginner quality standards; add Python SDK-specific resources and Windows setup guide links (#2088)
2728
- chore: Added check for the discussion label in the inactivity bot (#1583)
2829
- chore: pin pip packages to exact versions in publish.yml to improve supply chain security and reproducibility (#2056)

0 commit comments

Comments
 (0)