Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/notify_on_issue_open.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
./build_issue_notification.sh $GITHUB_EVENT_PATH > notify_on_issue_open_message
- name: send contribution report to osscameroon channel
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.telegram_channel_id }}
token: ${{ secrets.telegram_token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify_on_pull_request_open.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
./build_pull_request_notification.sh $GITHUB_EVENT_PATH > notify_on_pull_request_open_message
- name: send contribution report to osscameroon channel
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.telegram_channel_id }}
token: ${{ secrets.telegram_token }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/recommend_yotas_issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
GITHUB_TOKEN=${{ secrets.BOT_GITHUB_TOKEN }} ./get_yotas_issues.sh > yotas_issues_message

- name: send custom message with to osscameroon channel
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
message_file: ./.github/workflows/recommend_yotas_issues/yotas_issues_message

- name: send custom message with to osscameroon group
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report_contributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
GITHUB_TOKEN=${{ secrets.BOT_GITHUB_TOKEN }} ./get_contribution_report.sh > contributions_report_message

- name: send contribution report to osscameroon channel
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
format: MarkdownV2
message_file: ./.github/workflows/report_contributions/contributions_report_message

- name: send contribution report to osscameroon group
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cat report_jobs

- name: send jobs report to osscameroon group
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_REMOTEJOBS_GROUP_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report_jokes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cat report_joke

- name: send joke report to osscameroon group
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report_news.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cat news_feed_message

- name: send contribution report to osscameroon channel
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report_number_of_yotas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
run: python extract.py > members_yotas_message

- name: send custom message to osscameroon channel
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
format: MarkdownV2
message_file: ./.github/workflows/members_yotas/members_yotas_message

- name: send custom message to osscameroon telegram group
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report_open_projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
./get_open_projects.sh > open_projects_message

- name: send open projects report to osscameroon channel
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
format: MarkdownV2
message_file: ./.github/workflows/report_open_projects/open_projects_message

- name: send open projects report to osscameroon group
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report_opencollective.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
./get_opencollective_info.sh > contributions_report_message

- name: send opencollective contribution report to osscameroon channel
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
format: MarkdownV2
message_file: ./.github/workflows/opencollective_contributions/contributions_report_message

- name: send opencollective contribution report to osscameroon group
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report_quotes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cat report_quote

- name: send quote report to osscameroon group
uses: appleboy/telegram-action@v1.0.1
uses: appleboy/telegram-action@v1.1.1
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
Expand Down