From a7f4e4a502d91fbe6aee68d8904cc886fccbdd9c Mon Sep 17 00:00:00 2001 From: Angelina Hayrapetyan Date: Mon, 1 May 2023 20:10:56 -0700 Subject: [PATCH 1/6] Added the necessary sentence in update-instructions-template.md #4590 --- .../add-update-label-weekly/update-instructions-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions/trigger-schedule/add-update-label-weekly/update-instructions-template.md b/github-actions/trigger-schedule/add-update-label-weekly/update-instructions-template.md index d32117c337..2060ec7ec3 100644 --- a/github-actions/trigger-schedule/add-update-label-weekly/update-instructions-template.md +++ b/github-actions/trigger-schedule/add-update-label-weekly/update-instructions-template.md @@ -7,6 +7,6 @@ Please add update using the below template (even if you have a pull request). Af 4. ETA: "When do you expect this issue to be completed?" 5. Pictures (optional): "Add any pictures of the visual changes made to the site so far." -If you need help, be sure to either: 1) place your issue in the developer meeting discussion column and ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel. +If you need help, be sure to either: 1) place your issue in the developer meeting discussion column and ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel. Please note that including your questions in the issue comments - along with screenshots, if applicable- will help us to help you. [Here](https://github.com/hackforla/website/issues/1619#issuecomment-897315561) and [here](https://github.com/hackforla/website/issues/1908#issuecomment-877908152) are examples of well-formed questions. You are receiving this comment because your last comment was before ${cutoffTime} PST. From d223d8ee7a17e057236212b9ae909de510ef97b6 Mon Sep 17 00:00:00 2001 From: Angelina Hayrapetyan Date: Thu, 4 May 2023 12:30:32 -0700 Subject: [PATCH 2/6] Update schedule-fri-0700.yml --- .github/workflows/schedule-fri-0700.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-fri-0700.yml b/.github/workflows/schedule-fri-0700.yml index 7311c0f5b8..fcaa3676a8 100644 --- a/.github/workflows/schedule-fri-0700.yml +++ b/.github/workflows/schedule-fri-0700.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/github-script@v4 env: - IN_PROGRESS_COLUMN_ID: ${{ secrets.IN_PROGRESS_COLUMN_ID }} + IN_PROGRESS_COLUMN_ID: ${{ 19455111 }} with: script: | const { IN_PROGRESS_COLUMN_ID } = process.env; From b60981567cfea616932c3d1834f412bb0b1f564e Mon Sep 17 00:00:00 2001 From: Angelina Hayrapetyan Date: Thu, 4 May 2023 12:34:14 -0700 Subject: [PATCH 3/6] Update schedule-fri-0700.yml --- .github/workflows/schedule-fri-0700.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/schedule-fri-0700.yml b/.github/workflows/schedule-fri-0700.yml index fcaa3676a8..3cd44de99a 100644 --- a/.github/workflows/schedule-fri-0700.yml +++ b/.github/workflows/schedule-fri-0700.yml @@ -1,8 +1,7 @@ name: Schedule Friday 0700 on: - schedule: - - cron: '0 7 * * 5' + workflow_dispatch jobs: Add-Update-Label-to-Issues-Weekly: From 588847080ffbef70452a9be35adc609693da9069 Mon Sep 17 00:00:00 2001 From: Angelina Hayrapetyan Date: Mon, 8 May 2023 10:41:04 -0700 Subject: [PATCH 4/6] Update schedule-fri-0700.yml --- .github/workflows/schedule-fri-0700.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/schedule-fri-0700.yml b/.github/workflows/schedule-fri-0700.yml index 3cd44de99a..e6cf423e94 100644 --- a/.github/workflows/schedule-fri-0700.yml +++ b/.github/workflows/schedule-fri-0700.yml @@ -1,8 +1,9 @@ name: Schedule Friday 0700 on: - workflow_dispatch - + schedule: + - cron: '0 7 * * 5' + jobs: Add-Update-Label-to-Issues-Weekly: runs-on: ubuntu-latest @@ -10,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/github-script@v4 env: - IN_PROGRESS_COLUMN_ID: ${{ 19455111 }} + IN_PROGRESS_COLUMN_ID: ${{ secrets.IN_PROGRESS_COLUMN_ID }} with: script: | const { IN_PROGRESS_COLUMN_ID } = process.env; From 904a44f2ead6c94ee3b98eb97ea3ed107f9580f6 Mon Sep 17 00:00:00 2001 From: Angelina Hayrapetyan Date: Mon, 8 May 2023 10:41:44 -0700 Subject: [PATCH 5/6] Update schedule-fri-0700.yml --- .github/workflows/schedule-fri-0700.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-fri-0700.yml b/.github/workflows/schedule-fri-0700.yml index e6cf423e94..7311c0f5b8 100644 --- a/.github/workflows/schedule-fri-0700.yml +++ b/.github/workflows/schedule-fri-0700.yml @@ -3,7 +3,7 @@ name: Schedule Friday 0700 on: schedule: - cron: '0 7 * * 5' - + jobs: Add-Update-Label-to-Issues-Weekly: runs-on: ubuntu-latest From 1713f3b9c12f9ba10596e7c3860eb74c93afff90 Mon Sep 17 00:00:00 2001 From: Angelina Hayrapetyan Date: Mon, 8 May 2023 10:52:05 -0700 Subject: [PATCH 6/6] Update update-instructions-template.md --- .../add-update-label-weekly/update-instructions-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions/trigger-schedule/add-update-label-weekly/update-instructions-template.md b/github-actions/trigger-schedule/add-update-label-weekly/update-instructions-template.md index 2060ec7ec3..29ab9992e5 100644 --- a/github-actions/trigger-schedule/add-update-label-weekly/update-instructions-template.md +++ b/github-actions/trigger-schedule/add-update-label-weekly/update-instructions-template.md @@ -7,6 +7,6 @@ Please add update using the below template (even if you have a pull request). Af 4. ETA: "When do you expect this issue to be completed?" 5. Pictures (optional): "Add any pictures of the visual changes made to the site so far." -If you need help, be sure to either: 1) place your issue in the developer meeting discussion column and ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel. Please note that including your questions in the issue comments - along with screenshots, if applicable- will help us to help you. [Here](https://github.com/hackforla/website/issues/1619#issuecomment-897315561) and [here](https://github.com/hackforla/website/issues/1908#issuecomment-877908152) are examples of well-formed questions. +If you need help, be sure to either: 1) place your issue in the developer meeting discussion column and ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel. Please note that including your questions in the issue comments- along with screenshots, if applicable- will help us to help you. [Here](https://github.com/hackforla/website/issues/1619#issuecomment-897315561) and [here](https://github.com/hackforla/website/issues/1908#issuecomment-877908152) are examples of well-formed questions. You are receiving this comment because your last comment was before ${cutoffTime} PST.