From a67b4beac44255ac096bc30a46a7fca3048f40a3 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 4 Jan 2023 09:49:28 -0500 Subject: [PATCH] chore(): end holiday triage 2022 (#26562) This reverts commit f0f6b39dfd18a42427132ca8042ec0321e4e5bf6. --- .github/ionic-issue-bot.yml | 7 +------ .github/workflows/nightly.yml | 6 ++++++ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index 8cebb760c4..c62a98b9e5 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -1,15 +1,10 @@ triage: - label: "holiday triage" + label: triage removeLabelWhenProjectAssigned: true dryRun: false comment: labels: - - label: "holiday triage" - message: > - Thanks for the issue! This issue has been labeled as `holiday triage`. With the winter holidays quickly approaching, much of the Ionic Team will soon be taking time off. During this time, issue triaging and PR review will be delayed until the team begins to return. After this period, we will work to ensure that all new issues are properly triaged and that new PRs are reviewed. - In the meantime, please read our [Winter Holiday Triage Guide](https://github.com/ionic-team/ionic-framework/issues/22699) for information on how to ensure that your issue is triaged correctly. - Thank you! - label: "help wanted" message: > This issue has been labeled as `help wanted`. This label is added to issues diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3aa2d5ef14..e69b5d107a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,5 +1,11 @@ name: 'Ionic Nightly Build' +on: + schedule: + # Run every Monday-Friday + # at 6:00 UTC (6:00 am UTC) + - cron: '00 06 * * 1-5' + jobs: create-nightly-hash: runs-on: ubuntu-latest