From 86e96f7fceb65843a1cb0475271e0a1150964913 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 8 Jan 2024 13:48:44 -0500 Subject: [PATCH] chore: end holiday triage 2023 (#28793) Reverts ionic-team/ionic-framework#28757 --- .github/ionic-issue-bot.yml | 9 ++------- .github/workflows/nightly.yml | 6 ++++++ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index 26617b93e5..8db735ce2d 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 @@ -45,7 +40,7 @@ comment: If the requested feature is something you would find useful for your applications, please react to the original post with 👍 (`+1`). If you would like to provide an additional use case for the feature, please post a comment. - + The team will review this feedback and make a final decision. Any decision will be posted on this thread, but please note that we may ultimately decide not to pursue this feature. diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index faa59edbcc..e9f0db784f 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